mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Stop compiling with experimental flag (#2404)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user