Can you post some of the `build.gradle` code up he...
# announcements
e
Can you post some of the
build.gradle
code up here?
k
buildscript { ext.kotlin_version = '1.1.3-2' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.buildG3.0.0-beta7' classpath "org.jetbrains.kotlinkotlin gradle plugin$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { google() jcenter() } } task clean(type: Delete) { delete rootProject.buildDir }