[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:
committed by
Space Team
parent
a04deba7c7
commit
b3bc99a44a
@@ -8,6 +8,7 @@ dependencies {
|
||||
api(project(":compiler:util"))
|
||||
api(project(":compiler:frontend"))
|
||||
api(project(":core:compiler.common.js"))
|
||||
implementation(project(":core:compiler.common.web"))
|
||||
api(project(":js:js.ast"))
|
||||
api(project(":js:js.parser"))
|
||||
api(project(":js:js.serializer"))
|
||||
|
||||
Reference in New Issue
Block a user