Skip to content

Commit

Permalink
Make androidMain not depends on jvmMain
Browse files Browse the repository at this point in the history
  • Loading branch information
GSculerlor committed Feb 28, 2024
1 parent 13006af commit fc8aa3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bindable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ kotlin {
sourceSets {
val commonMain by getting
val jvmMain by getting
val androidMain by getting {
// TODO: (ganen) might need to revisit this statement.
dependsOn(jvmMain)
}
val androidMain by getting
val iosX64Main by getting
val iosArm64Main by getting
val iosSimulatorArm64Main by getting
Expand Down

0 comments on commit fc8aa3d

Please sign in to comment.