move kotlin-build-common to common artifact instead of fe10
^KTIJ-24819
This commit is contained in:
committed by
Space Team
parent
8c6d4a6f4b
commit
60a8bb9a73
+1
-1
@@ -153,6 +153,7 @@ val commonCompilerModules = arrayOf(
|
||||
":analysis:analysis-api-providers",
|
||||
":analysis:project-structure",
|
||||
":analysis:kt-references",
|
||||
":kotlin-build-common",
|
||||
).also { extra["commonCompilerModules"] = it }
|
||||
|
||||
val firCompilerCoreModules = arrayOf(
|
||||
@@ -226,7 +227,6 @@ val fe10CompilerModules = arrayOf(
|
||||
":native:kotlin-native-utils",
|
||||
":wasm:wasm.frontend",
|
||||
":wasm:wasm.config",
|
||||
":kotlin-build-common",
|
||||
":compiler:backend.common.jvm",
|
||||
":analysis:decompiled:light-classes-for-decompiled-fe10",
|
||||
).also { extra["fe10CompilerModules"] = it }
|
||||
|
||||
Reference in New Issue
Block a user