diff --git a/vcs/build.gradle b/vcs/build.gradle index fec66382..874bad5d 100644 --- a/vcs/build.gradle +++ b/vcs/build.gradle @@ -53,4 +53,7 @@ dependencies { // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations implementation 'com.fasterxml.jackson.core:jackson-annotations:2.16.1' + // Room + implementation libs.androidx.room.runtime + annotationProcessor libs.androidx.room.compiler } \ No newline at end of file