Ver Fonte

remove unneeded comment

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger há 3 anos atrás
pai
commit
223bc6302c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -252,7 +252,7 @@ dependencies {
 
     implementation "androidx.room:room-runtime:${roomVersion}"
     implementation "androidx.room:room-rxjava2:${roomVersion}"
-    kapt "androidx.room:room-compiler:${roomVersion}" // For Kotlin use kapt instead of annotationProcessor
+    kapt "androidx.room:room-compiler:${roomVersion}"
     implementation "androidx.room:room-ktx:${roomVersion}"
 
     implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}"