Remove obsolete kotlin.build.useIR flag
(cherry picked from commit 91e47f1fd7)
This commit is contained in:
@@ -42,7 +42,8 @@ tasks.withType<KotlinCompile> {
|
||||
kotlinOptions.freeCompilerArgs += listOf(
|
||||
"-Xskip-prerelease-check",
|
||||
"-Xskip-runtime-version-check",
|
||||
"-Xsuppress-version-warnings"
|
||||
"-Xsuppress-version-warnings",
|
||||
"-Xuse-ir" // Needed as long as languageVersion is less than 1.5.
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user