Skip to content

Commit

Permalink
chore : compose 모듈 업데이트 11->17
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael-Android committed Feb 7, 2024
1 parent 82a27ad commit 8bdaecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.3"
Expand All @@ -36,7 +36,7 @@ android {
compose = true
}
kotlinOptions {
jvmTarget = "11"
jvmTarget = "17"
}
}

Expand Down

0 comments on commit 8bdaecf

Please sign in to comment.