Skip to content

Commit b2774fc

Browse files
authored
Binary compat validator: ignore samples, add KMP config (#130)
1 parent deffea7 commit b2774fc

File tree

5 files changed

+188
-126
lines changed

5 files changed

+188
-126
lines changed

build.gradle.kts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ plugins {
1616
id("com.google.gms.google-services") version "4.4.0" apply false
1717
}
1818

19-
20-
19+
apiValidation {
20+
@OptIn(kotlinx.validation.ExperimentalBCVApi::class)
21+
klib {
22+
enabled = true
23+
}
24+
ignoredProjects += "sample"
25+
}
2126

2227
allprojects {
2328
group = "io.github.mirzemehdi"

0 commit comments

Comments
 (0)