Refactor VocabularyCard into specialized VocabularyDisplayCard and VocabularyExerciseCard components.
This commit is contained in:
@@ -126,7 +126,8 @@ dependencies {
|
||||
implementation(libs.androidx.room.runtime) // ADDED: Explicitly add runtime
|
||||
implementation(libs.androidx.room.ktx)
|
||||
implementation(libs.core.ktx)
|
||||
ksp(libs.room.compiler) // CHANGED: Use ksp instead of implementation
|
||||
implementation(libs.androidx.compose.foundation)
|
||||
ksp(libs.room.compiler)
|
||||
|
||||
// Networking
|
||||
implementation(libs.retrofit)
|
||||
|
||||
Reference in New Issue
Block a user