Skip to content

Conversation

MaximPestryakov
Copy link
Contributor

In 1.8.0 release multiplatform BackHandler and PredictiveBackHandler were implemented. But shortcut for ui-backhandler dependency wasn't. To be able to use
BackHandler you have to manually add org.jetbrains.compose.ui:ui-backhandler dependency.

Now you add the dependency like this:

dependencies {
    implementation(compose.uiBackHandler)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant