From 223bc6302cd21122b9d196ae394eb80c9f9d125c Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 23 Jun 2022 20:15:37 +0200 Subject: [PATCH] remove unneeded comment Signed-off-by: Andy Scherzinger --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fabbd4c68..7524d347b 100644 --- a/app/build.gradle +++ b/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}"