Skip to content

Commit d91f6dd

Browse files
authored
Moved the 'ui-backhandler' dependency from commonMain to skikoMain in the ui module. (#2021)
## Release Notes N/A
1 parent e8a35ae commit d91f6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compose/ui/ui/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ if(AndroidXComposePlugin.isMultiplatformEnabled(project)) {
173173
api project(":compose:ui:ui-text")
174174
api project(":compose:ui:ui-unit")
175175
api project(":compose:ui:ui-util")
176-
implementation(project(":compose:ui:ui-backhandler"))
177176
api("org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4")
178177
implementation("org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.4")
179178
implementation("org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4")
@@ -209,6 +208,7 @@ if(AndroidXComposePlugin.isMultiplatformEnabled(project)) {
209208
api(project(":compose:ui:ui-text"))
210209
api(libs.skikoCommon)
211210
implementation(libs.atomicFu)
211+
implementation(project(":compose:ui:ui-backhandler"))
212212
}
213213
}
214214
uikitMain {

0 commit comments

Comments
 (0)