Set ABI stability to JVM modules which are built with FIR

This commit is contained in:
Mikhail Glukhikh
2021-01-18 15:42:07 +03:00
parent 4a76ea6ecb
commit 7934853c8e
+1
View File
@@ -466,6 +466,7 @@ allprojects {
if (useJvmFir) {
freeCompilerArgs += "-Xuse-fir"
freeCompilerArgs += "-Xabi-stability=stable"
}
}
}