implement category preselection in StartExerciseScreen and update navigation logic from CategoryDetailScreen

This commit is contained in:
jonasgaudian
2026-02-17 23:31:28 +01:00
parent ebfd097bf8
commit c4fbfdf0ed
5 changed files with 34 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ coreKtxVersion = "1.7.0"
truth = "1.4.5"
zstdJni = "1.5.7-7"
composeMarkdown = "0.5.8"
runtime = "1.10.3"
[libraries]
@@ -102,6 +103,7 @@ hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", ve
hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.3.0" }
mockk = { module = "io.mockk:mockk", version = "1.14.9" }
compose-markdown = { module = "com.github.jeziellago:compose-markdown", version.ref = "composeMarkdown" }
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "runtime" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }