File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments