Skip to content

Commit

Permalink
Use JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jan 19, 2025
1 parent 2764156 commit 13c6c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ android {
targetCompatibility = JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = "11"
jvmTarget = "17"
}
buildFeatures {
// compose = true
Expand Down

0 comments on commit 13c6c7b

Please sign in to comment.