diff --git a/app/build.gradle b/app/build.gradle index 7aa6f2e39..a7d4b8fc7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,6 +78,8 @@ dependencies { implementation 'com.github.tibbi:gestureviews:a2208ce9d9' implementation 'com.github.tibbi:subsampling-scale-image-view:7810989016' + kapt 'com.github.bumptech.glide:compiler:4.10.0' + kapt 'androidx.room:room-compiler:2.1.0' implementation 'androidx.room:room-runtime:2.1.0' annotationProcessor 'androidx.room:room-compiler:2.1.0'