Skip to content

Commit

Permalink
Merge pull request #719 from icerockdev/#718-remove-compose-dependency
Browse files Browse the repository at this point in the history
#718 remove compose dependency
  • Loading branch information
Alex009 authored May 22, 2024
2 parents d0a9c3c + c5a767b commit 8f7f9e4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions resources-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,10 @@ kotlin {
api(compose.foundation)
}
}

named("androidMain") {
androidMain {
dependencies {
api(libs.composeUi)
}
}

named("jvmMain") {
dependencies {
api(compose.desktop.common)
}
}
}
}

0 comments on commit 8f7f9e4

Please sign in to comment.