Skip to content

Commit 60d2f27

Browse files
authored
fix: remove compileOptions and kotlinOptions (#259)
1 parent eed2bff commit 60d2f27

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

android/build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ android {
7575
lintOptions {
7676
disable 'GradleCompatible'
7777
}
78-
compileOptions {
79-
sourceCompatibility JavaVersion.VERSION_11
80-
targetCompatibility JavaVersion.VERSION_11
81-
}
82-
kotlinOptions {
83-
jvmTarget = JavaVersion.VERSION_11.toString()
84-
}
8578
}
8679

8780
repositories {

0 commit comments

Comments
 (0)