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