Skip to content

Commit

Permalink
fix: remove compileOptions and kotlinOptions (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
gladiuscode authored Apr 11, 2024
1 parent eed2bff commit 60d2f27
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ android {
lintOptions {
disable 'GradleCompatible'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString()
}
}

repositories {
Expand Down

0 comments on commit 60d2f27

Please sign in to comment.