java-tutorials/kotlin-libraries/README.md

14 lines
986 B
Markdown
Raw Normal View History

2018-09-09 01:31:53 -04:00
## Relevant articles:
- [Kotlin with Mockito](http://www.baeldung.com/kotlin-mockito)
- [HTTP Requests with Kotlin and khttp](http://www.baeldung.com/kotlin-khttp)
- [Kotlin Dependency Injection with Kodein](http://www.baeldung.com/kotlin-kodein-dependency-injection)
- [Writing Specifications with Kotlin and Spek](http://www.baeldung.com/kotlin-spek)
- [Processing JSON with Kotlin and Klaxson](http://www.baeldung.com/kotlin-json-klaxson)
2018-09-09 08:05:57 -04:00
- [Guide to the Kotlin Exposed Framework](https://www.baeldung.com/kotlin-exposed-persistence)
2018-11-11 10:20:16 -05:00
- [Working with Dates in Kotlin](https://www.baeldung.com/kotlin-dates)
- [Introduction to Arrow in Kotlin](https://www.baeldung.com/kotlin-arrow)
2018-12-21 05:00:43 -05:00
- [Kotlin with Ktor](https://www.baeldung.com/kotlin-ktor)
2019-02-05 05:16:25 -05:00
- [REST API With Kotlin and Kovert](https://www.baeldung.com/kotlin-kovert)
2019-04-09 07:45:42 -04:00
- [MockK: A Mocking Library for Kotlin](https://www.baeldung.com/kotlin-mockk)
2019-04-13 07:22:12 -04:00
- [Kotlin Immutable Collections](https://www.baeldung.com/kotlin-immutable-collections)