Weekly update on Kotlin resources. 1. Creating Kotlin DSLs Creating Kotlin DSLs
Kotlin has many nice things going for it - be it null safety, data classes, extension functions, immutable collections…www.grokkingandroid.com 2. Coroutines and Idling Resources Coroutines and Idling Resources
Oh coroutines! Where have you been all my life?medium.com 3. Property delegation in Kotlin: Assign values in Android without having the context