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