Skip to content

Commit 2af2e54

Browse files
committed
Kotlin compiler option -Xuse-experimental removed from buildscript.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 3bfb261 commit 2af2e54

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,3 @@ sourceCompatibility = targetCompatibility =
123123

124124
compileKotlin.kotlinOptions.jvmTarget =
125125
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

Comments
 (0)