Skip to content

Commit

Permalink
fix: gradle build script
Browse files Browse the repository at this point in the history
  • Loading branch information
hamada147 committed Dec 7, 2022
1 parent 1fb0e84 commit b191baa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Apollo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation(project(":Base16"))
implementation(project(":Base32"))
implementation(project(":Base58"))
implementation(project(":Base64"))
implementation(project(":Hashing"))
implementation(project(":Multibase"))
api(project(":Base16"))
api(project(":Base32"))
api(project(":Base58"))
api(project(":Base64"))
api(project(":Hashing"))
api(project(":Multibase"))
}
}
val commonTest by getting {
Expand Down

0 comments on commit b191baa

Please sign in to comment.