[Web] Add core/compiler.common.web module
Add WebCommonStandardClassIds object to use in JS&Wasm shared code
This commit is contained in:
committed by
Space Team
parent
ec995fc847
commit
910835af2d
@@ -152,6 +152,7 @@ val commonCompilerModules = arrayOf(
|
||||
":core:compiler.common.js",
|
||||
":core:compiler.common.native",
|
||||
":core:compiler.common.wasm",
|
||||
":core:compiler.common.web",
|
||||
":core:util.runtime",
|
||||
":compiler:frontend.common.jvm",
|
||||
":compiler:frontend.java", // TODO this is fe10 module but some utils used in fir ide now
|
||||
@@ -358,6 +359,7 @@ extra["kotlinJpsPluginEmbeddedDependencies"] = listOf(
|
||||
":core:compiler.common.js",
|
||||
":core:compiler.common.native",
|
||||
":core:compiler.common.wasm",
|
||||
":core:compiler.common.web",
|
||||
":core:descriptors",
|
||||
":core:descriptors.jvm",
|
||||
":compiler:backend.common.jvm",
|
||||
|
||||
Reference in New Issue
Block a user