|
@@ -2,6 +2,10 @@ apply plugin: 'com.android.application'
|
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlin-android'
|
|
|
apply plugin: 'kotlin-android-extensions'
|
|
apply plugin: 'kotlin-android-extensions'
|
|
|
|
|
|
|
|
|
|
+androidExtensions {
|
|
|
|
|
+ experimental = true
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
android {
|
|
android {
|
|
|
compileSdkVersion 27
|
|
compileSdkVersion 27
|
|
|
buildToolsVersion '27.0.3'
|
|
buildToolsVersion '27.0.3'
|