Skip to content

Commit

Permalink
Exclude the unneeded subprojects in API validation, remove their "api…
Browse files Browse the repository at this point in the history
…" directories, and run `apiDump` and `check` to verify it works
  • Loading branch information
ShreckYe committed Dec 3, 2024
1 parent ac6a2ec commit f22a943
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 527 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ apiValidation {
klib {
enabled = true
}

ignoredProjects += "kotlin-common".let {
"$it-serialization-benchmark".let {
listOf(it, "$it-jvm-only")
} + "$it-vertx-with-context-receivers"
}
}
231 changes: 0 additions & 231 deletions serialization/benchmark/api/kotlin-common-serialization-benchmark.api

This file was deleted.

Loading

0 comments on commit f22a943

Please sign in to comment.