July 2018
Intermediate to advanced
242 pages
8h 6m
English
In order to make use of the Kotlin Android Extensions plugin, we need to enable it in the Android project module-level build.gradle script by adding the following declaration:
apply plugin: 'kotlin-android-extensions'
You can examine the implementation and configuration of recipes related to the Android framework in the AndroidSamples project available in this book's GitHub repository: https://github.com/PacktPublishing/Kotlin-Standard-Library-Cookbook/. To follow the Android-related recipes, you just need to create a new project in Android Studio.
Read now
Unlock full access