fix(muscript-all): don't export dependency on modules
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
faf7dfd18e
commit
451ac11851
@ -9,7 +9,7 @@ plugins {
|
||||
dependencies {
|
||||
fun depend(dep: DelegatingProjectDependency) {
|
||||
shadow(dep) { isTransitive = false }
|
||||
implementation(dep)
|
||||
// If we ever want code in muscript-all, we'd need to add compile-time dependencies here as well
|
||||
}
|
||||
depend(projects.muscriptCore)
|
||||
depend(projects.muscriptAst)
|
||||
|
Loading…
Reference in New Issue
Block a user