Skip to content

Commit

Permalink
Merge pull request #35 from t895/redundant-options
Browse files Browse the repository at this point in the history
Remove redundant JVM options
  • Loading branch information
miguelguzmanr authored Apr 18, 2024
2 parents 474490c + 0f6aa07 commit 6bae0cd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ android {
}
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = "11"
}
buildFeatures {
compose = true
buildConfig = true
Expand Down

0 comments on commit 6bae0cd

Please sign in to comment.