- When did Google first announce Kotlin support for Android?
- When did Google decide to go Kotlin-first for Android?
- Is it true or false that you can define your Gradle builds using Kotlin scripts?
- How can you use the buildSrc directory when building your project with Kotlin Gradle scripts?
- You can statically define dependency definitions so they can be reused across multiple Gradle or Kotlin buildscripts.
- What is Android KTX?
- KTX is a set of Kotlin extensions for the Android framework and supports library classes aimed at making working with certain APIs easier and more Kotlin-idiomatic.
- What does the Kotlin Android Extensions plugin do?
- It provides additional functionality for using Kotlin on Android, such as using Kotlin synthetic view accessors.
- Which annotation will generate Parcelable implementations for you when added to a model class?