Files
orx/orx-jvm/orx-osc/build.gradle.kts
Edwin Jakobs b7ba6f6daa Feature variants (#376)
Migrate from buildSrc to build-logic. Setup feature variants.
2025-09-17 10:03:02 +02:00

10 lines
196 B
Plaintext

plugins {
id("org.openrndr.extra.convention.kotlin-jvm")
}
dependencies {
implementation(libs.javaosc.core) {
exclude(group = "org.slf4j")
exclude(group = "log4j")
}
}