[orx-shapes] Refactor package layout
This commit is contained in:
@@ -16,15 +16,11 @@ kotlin {
|
||||
implementation(libs.openrndr.filter)
|
||||
implementation(libs.kotlin.reflect)
|
||||
implementation(libs.kotlin.coroutines)
|
||||
}
|
||||
}
|
||||
|
||||
val jvmMain by getting {
|
||||
dependencies {
|
||||
implementation(project(":orx-triangulation"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
val jvmTest by getting {
|
||||
dependencies {
|
||||
implementation(libs.kotest.assertions)
|
||||
|
||||
Reference in New Issue
Block a user