Migrate to Kotlin DSL build scripts (#243)

This commit is contained in:
Vechro
2022-06-30 18:51:09 +03:00
committed by GitHub
parent f0256aec7a
commit 48781ca314
66 changed files with 235 additions and 237 deletions

View File

@@ -1,4 +0,0 @@
dependencies {
api project(":orx-jvm:orx-kinect-common")
api libs.libfreenect
}

View File

@@ -0,0 +1,4 @@
dependencies {
api(project(":orx-jvm:orx-kinect-common"))
api(libs.libfreenect)
}