Use buildSrc to deduplicate build logic (#262)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
plugins {
|
||||
org.openrndr.extra.convention.`kotlin-jvm`
|
||||
}
|
||||
dependencies {
|
||||
api(project(":orx-depth-camera"))
|
||||
}
|
||||
implementation(libs.openrndr.application)
|
||||
implementation(libs.openrndr.math)
|
||||
}
|
||||
Reference in New Issue
Block a user