Skip to content

Commit

Permalink
update ImageViewer build file (#3956)
Browse files Browse the repository at this point in the history
As I understood according to
https://kotlinlang.org/docs/whatsnew1920.html#set-up-the-target-hierarchy
those `dependsOn` calls are no longer needed

Tested on iOS, MacOS and Android. It works as before
  • Loading branch information
shalva97 authored Nov 22, 2023
1 parent 2ab6e97 commit 389e3ed
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions examples/imageviewer/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ kotlin {
implementation("com.google.maps.android:maps-compose:2.11.2")
}
}
val iosMain by creating {
dependsOn(commonMain)
}
val iosX64Main by getting {
dependsOn(iosMain)
}
val iosArm64Main by getting {
dependsOn(iosMain)
}
val iosSimulatorArm64Main by getting {
dependsOn(iosMain)
}

val desktopMain by getting {
dependencies {
Expand Down

0 comments on commit 389e3ed

Please sign in to comment.