Fix some warnings in kotlin-gradle-plugin
This commit is contained in:
committed by
TeamCityServer
parent
19a5c2f1c8
commit
37ccd82b6c
@@ -28,7 +28,9 @@ tasks {
|
||||
kotlinOptions.languageVersion = "1.3"
|
||||
kotlinOptions.apiVersion = "1.3"
|
||||
kotlinOptions.freeCompilerArgs += listOf(
|
||||
"-Xskip-prerelease-check", "-Xsuppress-version-warnings"
|
||||
"-Xskip-prerelease-check",
|
||||
"-Xskip-runtime-version-check",
|
||||
"-Xsuppress-version-warnings"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user