Migrate to Kotlin DSL build scripts (#243)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
dependencies {
|
||||
implementation project(":orx-jvm:orx-kinect-v1")
|
||||
runtimeOnly project(":orx-jvm:orx-kinect-v1-natives-${gradle.ext.openrndrOS}")
|
||||
runtimeOnly libs.openrndr.gl3
|
||||
runtimeOnly libs.openrndr.gl3.natives
|
||||
runtimeOnly "ch.qos.logback:logback-classic:1.2.11"
|
||||
}
|
||||
7
orx-jvm/orx-kinect-v1-demo/build.gradle.kts
Normal file
7
orx-jvm/orx-kinect-v1-demo/build.gradle.kts
Normal file
@@ -0,0 +1,7 @@
|
||||
dependencies {
|
||||
implementation(project(":orx-jvm:orx-kinect-v1"))
|
||||
runtimeOnly(project(":orx-jvm:orx-kinect-v1-${(gradle as ExtensionAware).extra["openrndrClassifier"]}"))
|
||||
runtimeOnly(libs.openrndr.gl3.core)
|
||||
runtimeOnly(libs.openrndr.gl3.natives)
|
||||
runtimeOnly("ch.qos.logback:logback-classic:1.2.11")
|
||||
}
|
||||
Reference in New Issue
Block a user