Embed kotlin-build-tools-api into kotlin-compiler
#KT-57398 In Progress
This commit is contained in:
committed by
Space Team
parent
93887e1d7a
commit
6e07d432b3
@@ -145,6 +145,7 @@ val commonCompilerModules = arrayOf(
|
|||||||
":analysis:kt-references",
|
":analysis:kt-references",
|
||||||
":kotlin-build-common",
|
":kotlin-build-common",
|
||||||
":compiler:build-tools:kotlin-build-statistics",
|
":compiler:build-tools:kotlin-build-statistics",
|
||||||
|
":compiler:build-tools:kotlin-build-tools-api",
|
||||||
).also { extra["commonCompilerModules"] = it }
|
).also { extra["commonCompilerModules"] = it }
|
||||||
|
|
||||||
val firCompilerCoreModules = arrayOf(
|
val firCompilerCoreModules = arrayOf(
|
||||||
|
|||||||
@@ -93,7 +93,6 @@ val distLibraryProjects = listOfNotNull(
|
|||||||
":kotlin-ant",
|
":kotlin-ant",
|
||||||
":kotlin-daemon",
|
":kotlin-daemon",
|
||||||
":kotlin-daemon-client",
|
":kotlin-daemon-client",
|
||||||
// TODO: uncomment when new daemon will be put back into dist
|
|
||||||
":kotlin-imports-dumper-compiler-plugin",
|
":kotlin-imports-dumper-compiler-plugin",
|
||||||
":kotlin-main-kts",
|
":kotlin-main-kts",
|
||||||
":kotlin-preloader",
|
":kotlin-preloader",
|
||||||
|
|||||||
Reference in New Issue
Block a user