Introduce compiler.common.native module

This commit is contained in:
Pavel Kunyavskiy
2023-07-03 14:46:15 +02:00
committed by Space Team
parent c1b70a7303
commit 0179b45840
4 changed files with 18 additions and 0 deletions
+2
View File
@@ -133,6 +133,7 @@ val commonCompilerModules = arrayOf(
":core:compiler.common",
":core:compiler.common.jvm",
":core:compiler.common.js",
":core:compiler.common.native",
":core:util.runtime",
":compiler:frontend.common.jvm",
":compiler:frontend.java", // TODO this is fe10 module but some utils used in fir ide now
@@ -239,6 +240,7 @@ extra["kotlinJpsPluginEmbeddedDependencies"] = listOf(
":core:compiler.common",
":core:compiler.common.jvm",
":core:compiler.common.js",
":core:compiler.common.native",
":core:descriptors",
":core:descriptors.jvm",
":compiler:backend.common.jvm",