Skip to content

Commit

Permalink
Merge pull request #115 from JeffGuKang/JeffGuKang-patch-1
Browse files Browse the repository at this point in the history
fix(android): remove not supported plugin 'kotlin-android-extensions'
  • Loading branch information
carozo authored Dec 3, 2024
2 parents f85eaa1 + f1fd63b commit e65b1a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ repositories {

apply plugin: "com.android.library"
apply plugin: "kotlin-android"
apply plugin: "kotlin-android-extensions"

def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
Expand Down Expand Up @@ -53,4 +52,4 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.1"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1"
}
}

0 comments on commit e65b1a1

Please sign in to comment.