[Build] Use impl dependencies for compiler.common.{web,wasm}

Refactor build scripts to use implementation dependencies instead of api
for finer grained recompilations.
This commit is contained in:
Svyatoslav Kuzmich
2023-11-23 12:49:08 +01:00
committed by Space Team
parent a04deba7c7
commit b3bc99a44a
6 changed files with 5 additions and 5 deletions
-1
View File
@@ -7,7 +7,6 @@ project.configureJvmToolchain(JdkMajorVersion.JDK_1_8)
dependencies {
api(project(":core:compiler.common"))
api(project(":core:compiler.common.web"))
}
sourceSets {