Skip to content

Commit e65b1a1

Browse files
authored
Merge pull request #115 from JeffGuKang/JeffGuKang-patch-1
fix(android): remove not supported plugin 'kotlin-android-extensions'
2 parents f85eaa1 + f1fd63b commit e65b1a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ repositories {
2222

2323
apply plugin: "com.android.library"
2424
apply plugin: "kotlin-android"
25-
apply plugin: "kotlin-android-extensions"
2625

2726
def safeExtGet(prop, fallback) {
2827
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
@@ -53,4 +52,4 @@ dependencies {
5352
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
5453
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.1"
5554
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1"
56-
}
55+
}

0 commit comments

Comments
 (0)