Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore : compose 모듈 업데이트 11->17
Browse files Browse the repository at this point in the history
Gael-Android committed Feb 7, 2024

Verified

This commit was signed with the committer’s verified signature.
Steveb-p Paweł Niedzielski
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
@@ -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"
@@ -36,7 +36,7 @@ android {
compose = true
}
kotlinOptions {
jvmTarget = "11"
jvmTarget = "17"
}
}

0 comments on commit 8bdaecf

Please sign in to comment.