Skip to content

Commit 57e4fe5

Browse files
committed
Jetpack Compose
1 parent 2a75465 commit 57e4fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
targetCompatibility JavaVersion.VERSION_1_8
3737
}
3838
kotlinOptions {
39-
jvmTarget = '1.8'
39+
jvmTarget = '11'
4040
freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
4141
}
4242
composeOptions {

0 commit comments

Comments
 (0)