Skip to content

Commit

Permalink
💚 :: jvmTarget 11로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjsghkd committed Sep 5, 2023
1 parent 2b8a485 commit 7e91cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
targetCompatibility = JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "11"
}
buildFeatures {
compose = true
Expand Down

0 comments on commit 7e91cff

Please sign in to comment.