Skip to content

Commit 7160baf

Browse files
committed
Set apiValidation.klib.strictValidation = true
1 parent 81c094f commit 7160baf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
kotlin.code.style=official
22
kotlin.mpp.stability.nowarn=true
33

4+
# Enable API validation for all source sets: https://github.com/Kotlin/binary-compatibility-validator/issues/234
5+
apiValidation.klib.strictValidation = true
6+
47
# gradle
58
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
69

0 commit comments

Comments
 (0)