Skip to content

navigation.replaceAll() reverted animation #677

Answered by arkivanov
Tboy70 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks! I believe you defined Decompose dependencies incorrectly. Could you please try in the following way?

commonMain.dependencies {
    implementation("com.arkivanov.decompose:decompose:2.2.2-compose-experimental")
    implementation("com.arkivanov.decompose:extensions-compose-jetbrains:2.2.2-compose-experimental")
}

And you don't need to repeat those dependencies in other source sets like androidMain and iosMain. Also, it's better to use the exact same version for all Decompose modules, in this case it's 2.2.2-compose-experimental.

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@arkivanov
Comment options

@Tboy70
Comment options

@Tboy70
Comment options

@arkivanov
Comment options

Answer selected by Tboy70
@Tboy70
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants