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 81c094f commit 7160bafCopy full SHA for 7160baf
gradle.properties
@@ -1,6 +1,9 @@
1
kotlin.code.style=official
2
kotlin.mpp.stability.nowarn=true
3
4
+# Enable API validation for all source sets: https://github.com/Kotlin/binary-compatibility-validator/issues/234
5
+apiValidation.klib.strictValidation = true
6
+
7
# gradle
8
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
9
0 commit comments