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

@@ -126,6 +126,7 @@ dependencies {
implementation(libs.androidx.room.runtime) // ADDED: Explicitly add runtime
implementation(libs.androidx.room.ktx)
implementation(libs.core.ktx)
implementation(libs.androidx.compose.runtime)
ksp(libs.room.compiler)
// Networking