Skip to content

Commit

Permalink
Merge pull request #713 from woxtu/patch
Browse files Browse the repository at this point in the history
Remove redundant source set dependency
  • Loading branch information
takahirom authored Aug 21, 2024
2 parents f3e1cdc + 91b64c9 commit 871df1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ kotlin {
}

iosMain {
dependsOn(getByName("commonMain"))
dependencies {
implementation(libs.ktorClientDarwin)
api(libs.koin)
Expand Down

0 comments on commit 871df1f

Please sign in to comment.