refactor: start to move from voyager to navigation3

I want to move away from the easy but limited voyager library ind implement my own navigation
This commit is contained in:
Fabian Wolter
2026-02-24 21:51:45 +01:00
parent 9bba99ce60
commit 0455d82a40
10 changed files with 114 additions and 104 deletions

View File

@@ -2,4 +2,5 @@
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.compose) apply false
alias(libs.plugins.kotlin.serialization) apply false
}