[Build] Enable checks of the build tools API on CI

At the moment, the only check is the binary compatibility check
#KT-58479 Fixed
This commit is contained in:
Alexander.Likhachev
2023-05-15 22:07:46 +02:00
committed by Space Team
parent c14bb499e1
commit 169ef4874f
+1
View File
@@ -771,6 +771,7 @@ tasks {
dependsOn(":native:kotlin-klib-commonizer-api:test")
dependsOn(":kotlin-tooling-core:check")
dependsOn(":kotlin-tooling-metadata:check")
dependsOn(":compiler:build-tools:kotlin-build-tools-api:check")
}
register("examplesTest") {