Add animation on screen navigation

This commit is contained in:
ganfra 2022-11-22 16:11:05 +01:00
parent a53b1c6aa2
commit f356e2262b
3 changed files with 40 additions and 6 deletions

View file

@ -81,7 +81,7 @@ dependencies {
implementation project(":features:messages")
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.2.0"
implementation 'io.github.raamcosta.compose-destinations:core:1.7.23-beta'
implementation 'io.github.raamcosta.compose-destinations:animations-core:1.7.23-beta'
ksp 'io.github.raamcosta.compose-destinations:ksp:1.7.23-beta'
def composeBom = platform('androidx.compose:compose-bom:2022.10.00')