implement category preselection in StartExerciseScreen and update navigation logic from CategoryDetailScreen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user