[Gradle] Add :compiler:ir.serialization.common to KGPs compiler dependencies
This module isn't used by KGP itself, but we will bundle it for some time until kotlinx-benchmark is reworked #KT-62016 Fixed
This commit is contained in:
committed by
Space Team
parent
488049174c
commit
7ab8239c6e
@@ -9,22 +9,23 @@ val compilerModules = listOf(
|
||||
":compiler:cli", // for MessageRenderer, related to MessageCollector usage
|
||||
":compiler:cli-base", // for kotlinx-benchmark
|
||||
":compiler:cli-common", // for compiler arguments setup, for logging via MessageCollector, CompilerSystemProperties, ExitCode
|
||||
":compiler:config.jvm", // for K2JVMCompilerArguments initialization
|
||||
":compiler:compiler.version", // for user projects buildscripts
|
||||
":compiler:config", // for kotlinx-benchmark
|
||||
":compiler:config.jvm", // for K2JVMCompilerArguments initialization
|
||||
":compiler:frontend", // for kotlinx-benchmark
|
||||
":compiler:ir.serialization.common", // for kotlinx-benchmark
|
||||
":compiler:ir.tree", // for PartialLinkageMode (K/N)
|
||||
":compiler:util", // for CommonCompilerArguments initialization, K/N
|
||||
":compiler:compiler.version", // for user projects buildscripts
|
||||
":core:compiler.common", // for kotlinx-benchmark
|
||||
":core:compiler.common.jvm", // for FUS statistics parsing all the compiler arguments, otherwise it fails silently
|
||||
":core:compiler.common.native", // for kotlinx-benchmark
|
||||
":core:descriptors", // for kotlinx-benchmark
|
||||
":core:deserialization.common", // for kotlinx-benchmark
|
||||
":core:deserialization", // for kotlinx-benchmark
|
||||
":core:deserialization.common", // for kotlinx-benchmark
|
||||
":core:metadata", // for kotlinx-benchmark
|
||||
":core:util.runtime", // for stdlib extensions
|
||||
":kotlin-build-common", // for incremental compilation setup
|
||||
":js:js.config", // for k/js task
|
||||
":kotlin-build-common", // for incremental compilation setup
|
||||
)
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user