diff --git a/build.gradle.kts b/build.gradle.kts index 2cdfb6b09e4..042bb8d6013 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -145,6 +145,7 @@ val commonCompilerModules = arrayOf( ":analysis:kt-references", ":kotlin-build-common", ":compiler:build-tools:kotlin-build-statistics", + ":compiler:build-tools:kotlin-build-tools-api", ).also { extra["commonCompilerModules"] = it } val firCompilerCoreModules = arrayOf( diff --git a/prepare/compiler/build.gradle.kts b/prepare/compiler/build.gradle.kts index 3379f474406..035e3abba83 100644 --- a/prepare/compiler/build.gradle.kts +++ b/prepare/compiler/build.gradle.kts @@ -93,7 +93,6 @@ val distLibraryProjects = listOfNotNull( ":kotlin-ant", ":kotlin-daemon", ":kotlin-daemon-client", - // TODO: uncomment when new daemon will be put back into dist ":kotlin-imports-dumper-compiler-plugin", ":kotlin-main-kts", ":kotlin-preloader",