Skip to content

Commit 10b22d8

Browse files
committed
fix: Remove kotlin-android-extensions
1 parent c7d061b commit 10b22d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,12 @@ buildscript {
8383
classpath 'de.undercouch:gradle-download-task:4.1.2'
8484
// noinspection DifferentKotlinGradleVersion
8585
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
86-
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
8786
}
8887
}
8988

9089
apply plugin: 'com.android.library'
9190
apply plugin: 'de.undercouch.download'
9291
apply plugin: 'kotlin-android'
93-
apply plugin: 'kotlin-android-extensions'
9492

9593
def getExtOrDefault(name) {
9694
return rootProject.ext.has(name) ? rootProject.ext.get(name) : project.properties['VisionCamera_' + name]

0 commit comments

Comments
 (0)