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 b24f19c commit 2a75465Copy full SHA for 2a75465
ccp/build.gradle
@@ -37,6 +37,7 @@ android {
37
}
38
kotlinOptions {
39
jvmTarget = '1.8'
40
+ freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
41
42
composeOptions {
43
kotlinCompilerExtensionVersion '1.1.1'
0 commit comments