Configuration

suggest change

Start with a properly configured gradle project.

In your project-local (not top-level) build.gradle append extensions plugin declaration below your Kotlin plugin, on top-level indentation level.

buildscript {
    ...
}

apply plugin: "com.android.application"
...
apply plugin: "kotlin-android"
apply plugin: "kotlin-android-extensions"
...

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents