wizard/wizard-client/build.gradle.kts

5 lines
90 B
Plaintext

subprojects {
dependencies {
implementation(project(":wizard-common"))
}
}