10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
plugins {
|
|
org.openrndr.extra.convention.`kotlin-jvm`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.javaosc.core) {
|
|
exclude(group = "org.slf4j")
|
|
exclude(group = "log4j")
|
|
}
|
|
} |