Skip to content

Commit

Permalink
fix dependencies for web artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Jan 25, 2025
1 parent 61d2812 commit 6fd3d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compass-geolocation-browser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ kotlin {
sourceSets {
commonMain.dependencies {
api(projects.compassCore)
api(projects.compassPermissions)
implementation(projects.compassGeolocation)
implementation(libs.kotlinx.coroutines.core)
}
Expand Down

0 comments on commit 6fd3d22

Please sign in to comment.