Skip to content

Commit

Permalink
Adds klib abi validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway committed May 30, 2024
1 parent 28a66e4 commit 472bc18
Show file tree
Hide file tree
Showing 5 changed files with 771 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ allprojects {

apiValidation {
ignoredProjects.addAll(listOf("apiTester", "composeApp"))

@OptIn(kotlinx.validation.ExperimentalBCVApi::class)
klib {
enabled = true
}
}

dependencies {
Expand Down
Loading

0 comments on commit 472bc18

Please sign in to comment.