There was an error while loading. Please reload this page.
1 parent c92dc86 commit a733f81Copy full SHA for a733f81
1 file changed
orx-palette/build.gradle.kts
@@ -4,12 +4,15 @@ plugins {
4
5
kotlin {
6
sourceSets {
7
- @Suppress("UNUSED_VARIABLE")
+ val commonMain by getting {
8
+ dependencies {
9
+ implementation(libs.openrndr.application)
10
+ }
11
12
val jvmMain by getting {
13
dependencies {
- implementation(libs.gson)
14
implementation(project(":orx-noise"))
- implementation(libs.openrndr.application)
15
+ implementation(libs.gson)
16
implementation(libs.openrndr.math)
17
}
18
0 commit comments