Use buildSrc to deduplicate build logic (#262)
This commit is contained in:
8
orx-obj-loader/build.gradle.kts
Normal file
8
orx-obj-loader/build.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
org.openrndr.extra.convention.`kotlin-jvm`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.openrndr.application)
|
||||
implementation(libs.openrndr.math)
|
||||
}
|
||||
Reference in New Issue
Block a user