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 0a29a00 commit 00b8b9cCopy full SHA for 00b8b9c
gradle.properties
@@ -4,6 +4,9 @@ kotlin.incremental.multiplatform=true
4
kotlin.mpp.stability.nowarn=true
5
kotlin.native.ignoreDisabledTargets=true
6
7
+# Enable API validation for all source sets: https://github.com/Kotlin/binary-compatibility-validator/issues/234
8
+apiValidation.klib.strictValidation = true
9
+
10
# atomicfu
11
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274
12
kotlinx.atomicfu.enableJvmIrTransformation=false
0 commit comments