Skip to content

Commit

Permalink
Remove unneeded ios sourceSet block
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Oct 7, 2024
1 parent e808d87 commit 2564abe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions roborazzi-compose-ios/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ kotlin {
api libs.dropbox.differ
}
}
iosMain {
dependencies {
api libs.dropbox.differ
}
}

iosTest {
dependencies {
implementation(compose.material3)
Expand Down

0 comments on commit 2564abe

Please sign in to comment.