Skip to content

Commit a733f81

Browse files
committed
[orx-palette] Fix build.gradle.kts
1 parent c92dc86 commit a733f81

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

orx-palette/build.gradle.kts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ plugins {
44

55
kotlin {
66
sourceSets {
7-
@Suppress("UNUSED_VARIABLE")
7+
val commonMain by getting {
8+
dependencies {
9+
implementation(libs.openrndr.application)
10+
}
11+
}
812
val jvmMain by getting {
913
dependencies {
10-
implementation(libs.gson)
1114
implementation(project(":orx-noise"))
12-
implementation(libs.openrndr.application)
15+
implementation(libs.gson)
1316
implementation(libs.openrndr.math)
1417
}
1518
}

0 commit comments

Comments
 (0)