Skip to content

Commit

Permalink
Merge pull request #4 from Funkatronics/fix-solana-module-api-dep
Browse files Browse the repository at this point in the history
Fix Solana Module core api dep
  • Loading branch information
Funkatronics authored Sep 26, 2023
2 parents 6efbba8 + 63ef326 commit 6625b4b
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 6625b4b

Please sign in to comment.