Skip to content

Commit

Permalink
Remove kotlinOptions for android project
Browse files Browse the repository at this point in the history
  • Loading branch information
DDavidPrime committed Sep 24, 2024
1 parent 0f26a6d commit a283c58
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/todoapp/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '17'
}

//kotlin {
// jvmToolchain(17)
//}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
Expand Down

0 comments on commit a283c58

Please sign in to comment.