Introduce compiler.common.native module
This commit is contained in:
committed by
Space Team
parent
c1b70a7303
commit
0179b45840
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user