Chapter 13: Kotlin on Android

  1. When did Google first announce Kotlin support for Android?
  1. When did Google decide to go Kotlin-first for Android?
  1. Is it true or false that you can define your Gradle builds using Kotlin scripts?
  1. How can you use the buildSrc directory when building your project with Kotlin Gradle scripts?
  1. What is Android KTX?
  1. What does the Kotlin Android Extensions plugin do?
  1. Which annotation will generate Parcelable implementations for you when added to a model class?