Kotlin - Page 14

Do not Generate Getter Setter for Kotlin Property

Use @JvmField

Kotlin Singleton With Parameter
Kotlin Coroutines Wait Task to Complete

runBlocking or async await

Kotlin Extensions Function and Properties
Migrating to Android Kotlin 1.3 Coroutines
Android Standardize Context and Activity Property for Activity and Fragment
Kotlin Sealed Class in Inner Class

This type is sealed, so it can be inherited by only its own nested classes or objects

Kotlin Android Extentions ViewBinding for RecyclerView ViewHolder (LayoutContainer)
Kotlin Write InputStream to File Using Okio
Convert Callback Into Kotlin Coroutines Suspend or Deferred

Use suspendCoroutine