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",
|
||||
":kotlin-build-common",
|
||||
":compiler:build-tools:kotlin-build-statistics",
|
||||
":compiler:build-tools:kotlin-build-tools-api",
|
||||
).also { extra["commonCompilerModules"] = it }
|
||||
|
||||
val firCompilerCoreModules = arrayOf(
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user