kotlin-tooling-core: Setup binary compatibility tests

This commit is contained in:
sebastian.sellmair
2022-03-05 15:06:29 +01:00
committed by Space
parent 93e04c0b33
commit 6a96b6ec3f
4 changed files with 69 additions and 0 deletions
@@ -40,6 +40,10 @@ class RuntimePublicAPITest {
)
}
@Test fun kotlinToolingCore() {
snapshotAPIAndCompare("../kotlin-tooling-core/build/libs", "kotlin-tooling-core(?!-[-a-z]+)")
}
private fun snapshotAPIAndCompare(
basePath: String,
jarPattern: String,