[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,7 +8,8 @@ plugins {
|
||||
dependencies {
|
||||
api(project(":compiler:fir:checkers"))
|
||||
api(project(":compiler:fir:checkers:checkers.web.common"))
|
||||
api(project(":core:compiler.common.wasm"))
|
||||
implementation(project(":core:compiler.common.wasm"))
|
||||
implementation(project(":core:compiler.common.web"))
|
||||
|
||||
// Needed for JS identifier utils
|
||||
implementation(project(":js:js.ast"))
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
api(project(":compiler:fir:checkers"))
|
||||
api(project(":core:compiler.common.wasm"))
|
||||
implementation(project(":core:compiler.common.web"))
|
||||
|
||||
/*
|
||||
* We can't remove this dependency until we use
|
||||
|
||||
Reference in New Issue
Block a user