Kotlin - gusenov/kb GitHub Wiki
- Kotlin Docs | Kotlin
- API reference
- YouTube / JetBrains
Books
- Simplifying Application Development with Kotlin Multiplatform Mobile. Write robust native applications for iOS and Android efficiently by Róbert Nagy - 184 pages
- Reactive Programming with Kotlin by Alex Sullivan - 446 pages
Test
- Kotest is a flexible and elegant multi-platform test framework for Kotlin with extensive assertions and integrated property testing
- Property-based Testing
- with property testing, hundreds or thousands of values are fed into the same test, and the values are (usually) randomly generated by your property test framework
- Property-based Testing