Stop compiling with experimental flag (#2404)

This commit is contained in:
Artur Bosch
2020-03-05 12:08:00 +01:00
committed by GitHub
parent 69a0dda13b
commit 313632ba54

View File

@@ -184,8 +184,7 @@ subprojects {
kotlinOptions.freeCompilerArgs = listOf(
"-progressive",
"-Xskip-runtime-version-check",
"-Xdisable-default-scripting-plugin",
"-Xuse-experimental=kotlin.Experimental"
"-Xdisable-default-scripting-plugin"
)
kotlinOptions.allWarningsAsErrors = shouldTreatCompilerWarningsAsErrors()
}