[Web] Add core/compiler.common.web module

Add WebCommonStandardClassIds object to use in JS&Wasm shared code
This commit is contained in:
Svyatoslav Kuzmich
2023-11-21 12:31:35 +01:00
committed by Space Team
parent ec995fc847
commit 910835af2d
7 changed files with 59 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ project.configureJvmToolchain(JdkMajorVersion.JDK_1_8)
dependencies {
api(project(":core:compiler.common"))
api(project(":core:compiler.common.web"))
}
sourceSets {