stdlib-gen: tweak to build with 1.3 compiler, turn off ReleaseCoroutines
This commit is contained in:
@@ -11,9 +11,7 @@ dependencies {
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
languageVersion = "1.2"
|
||||
apiVersion = "1.2"
|
||||
freeCompilerArgs = ["-version", "-Xnormalize-constructor-calls=enable"]
|
||||
freeCompilerArgs = ["-version", "-Xnormalize-constructor-calls=enable", "-XXLanguage:-ReleaseCoroutines"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user