We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apiValidation.klib.strictValidation = true
1 parent 64c515e commit 222d24bCopy full SHA for 222d24b
gradle.properties
@@ -2,6 +2,9 @@ kotlin.code.style=official
2
kotlin.mpp.stability.nowarn=true
3
kotlin.native.ignoreDisabledTargets=true
4
5
+# Enable API validation for all source sets: https://github.com/Kotlin/binary-compatibility-validator/issues/234
6
+apiValidation.klib.strictValidation = true
7
+
8
# gradle
9
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
10
0 commit comments