Add Navigation via Voyager
This commit is contained in:
parent
699a60dffe
commit
2368d7b829
5 changed files with 213 additions and 103 deletions
|
|
@ -35,6 +35,9 @@ kotlin {
|
|||
implementation(libs.kamel.image)
|
||||
implementation(libs.ktor.client.okhttp)
|
||||
implementation(libs.json)
|
||||
implementation(libs.voyager.navigator)
|
||||
implementation(libs.voyager.tab.navigator)
|
||||
implementation(libs.voyager.transitions)
|
||||
}
|
||||
desktopMain.dependencies {
|
||||
implementation(compose.desktop.currentOs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue