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.
-Xuse-experimental
1 parent 3bfb261 commit 2af2e54Copy full SHA for 2af2e54
build.gradle
@@ -123,10 +123,3 @@ sourceCompatibility = targetCompatibility =
123
124
compileKotlin.kotlinOptions.jvmTarget =
125
compileTestKotlin.kotlinOptions.jvmTarget = project_jvm_version_target
126
-
127
-//noinspection GroovyAssignabilityCheck
128
-tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
129
- kotlinOptions {
130
- freeCompilerArgs += "-Xuse-experimental=kotlin.Experimental"
131
- }
132
-}
0 commit comments