diff --git a/source/build.gradle b/source/build.gradle index a08b73ec..551b6f0b 100644 --- a/source/build.gradle +++ b/source/build.gradle @@ -37,4 +37,10 @@ dependencies { implementation libs.com.google.dagger.hilt.android annotationProcessor libs.com.google.dagger.hilt.compiler + // Room + implementation libs.androidx.room.runtime + annotationProcessor libs.androidx.room.compiler + + + } \ No newline at end of file