6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
subprojects {
|
|
dependencies {
|
|
implementation(project(":wizard-common"))
|
|
implementation(JavaWebSocket.id)
|
|
}
|
|
} |