From 169ef4874f85e843b41b54d17e239b3711a9e33f Mon Sep 17 00:00:00 2001 From: "Alexander.Likhachev" Date: Mon, 15 May 2023 22:07:46 +0200 Subject: [PATCH] [Build] Enable checks of the build tools API on CI At the moment, the only check is the binary compatibility check #KT-58479 Fixed --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index a0f59bbffb9..4e69addfd03 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") {