We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f85eaa1 + f1fd63b commit e65b1a1Copy full SHA for e65b1a1
android/build.gradle
@@ -22,7 +22,6 @@ repositories {
22
23
apply plugin: "com.android.library"
24
apply plugin: "kotlin-android"
25
-apply plugin: "kotlin-android-extensions"
26
27
def safeExtGet(prop, fallback) {
28
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
@@ -53,4 +52,4 @@ dependencies {
53
52
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
54
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.1"
55
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1"
56
-}
+}
0 commit comments