any link to study kotlin best practices ?
# android
a
any link to study kotlin best practices ?
u
just look into the kotlin is the official documentation https://kotlinlang.org/docs/reference/ If you want you can buy the beta version of “Effective Kotlin” https://blog.kotlin-academy.com/effective-kotlin-beta-release-bbf2e0cb9c3f
s
Also the official android kotlin style guide - https://developer.android.com/kotlin/style-guide
a
thanks guys