Posted on Leave a comment

About Kotlin

The Kotlin REPL [http://kotlin-quick-reference.com/025-R-kotlin-repl.html]
Kotlin command-line compiler [https://kotlinlang.org/docs/command-line.html]
ki: The Next Interactive Shell for Kotlin [https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/]

Kotlin Coroutines Design Proposal [https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md]

Public API challenges in Kotlin [https://jakewharton.com/public-api-challenges-in-kotlin/]

Demystifying the inline keyword (https://www.kotlindevelopment.com/inline-noinline-crossinline-reified/) [https://towardsdev.com/inline-noinline-crossinline-reified-in-kotlin-with-examples-f5dd063a0cd8]

Parcelable in Kotlin (https://proandroiddev.com/parcelable-in-kotlin-here-comes-parcelize-b998d5a5fcac)

Parcelize [https://blog.stylingandroid.com/parcelize/]

A study of the Parcelize feature from Kotlin Android Extensions [https://medium.com/@BladeCoder/a-study-of-the-parcelize-feature-from-kotlin-android-extensions-59a5adcd5909]

Kotlin: When to Use Lazy or Lateinit (https://www.bignerdranch.com/blog/kotlin-when-to-use-lazy-or-lateinit/)

Mocking Kotlin classes with Mockito — the fast way (https://engineering.21buttons.com/mocking-kotlin-classes-with-mockito-the-fast-way-631824edd5ba)

Lessons from my first multiplatform Kotlin project (https://blog.kotlin-academy.com/lessons-from-my-first-multiplatform-kotlin-project-d4e311f15874)
Continue reading About Kotlin