We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a75465 commit 57e4fe5Copy full SHA for 57e4fe5
ccp/build.gradle
@@ -36,7 +36,7 @@ android {
36
targetCompatibility JavaVersion.VERSION_1_8
37
}
38
kotlinOptions {
39
- jvmTarget = '1.8'
+ jvmTarget = '11'
40
freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
41
42
composeOptions {
0 commit comments