Skip to content

Commit

Permalink
fix core dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored Sep 26, 2023
1 parent 6efbba8 commit 63ef326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solana/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ kotlin {
macosArm64()
).forEach {
it.binaries.framework {
baseName = artifactId
baseName = moduleArtifactId
}
}
sourceSets {
val commonMain by getting {
dependencies {
api(project(mapOf("path" to ":core")))
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0-RC")
implementation(project(mapOf("path" to ":core")))
implementation("io.github.funkatronics:multimult:0.2.0")
}
}
Expand Down

0 comments on commit 63ef326

Please sign in to comment.