apply plugin: \'kotlin-android-extensions\'.
When i add this extensions in android studio preview, give me this error \"Error:(1, 0) Plugin with id
To use the plugin, you have to add it in your root build.gradle file
buildscript { ext.kotlin_version = '1.1.60' repositories { jcenter() maven { url 'https://maven.google.com' } } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } }