Skip to content

Commit

Permalink
Merge pull request #566 from Goooler/enable-abi-dump
Browse files Browse the repository at this point in the history
Enable KLib ABI validation
  • Loading branch information
kizitonwose committed Aug 15, 2024
2 parents df27021 + 54279c1 commit f0ddb81
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ apiValidation {
ignoredProjects += listOf(
"sample",
)

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

// tasks.register<Delete>("clean").configure {
Expand Down
Loading

0 comments on commit f0ddb81

Please sign in to comment.