From b10736804b3cc356bdf761b555e0114db2e24670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 7 Dec 2023 10:52:50 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=BE=E3=81=A1=E3=81=8C=E3=81=88=E3=81=A6Ko?= =?UTF-8?q?tlin=E7=94=A8=E3=81=AE=E6=9B=B8=E3=81=8D=E6=96=B9=E3=81=A7?= =?UTF-8?q?=E6=9B=B8=E3=81=84=E3=81=A6=E3=81=9F=E3=81=AE=E3=81=A7=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c7728474..1b7a7bd6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,6 +40,6 @@ dependencies { // Hilt (DI) implementation "com.google.dagger:hilt-android:2.44" - kapt "com.google.dagger:hilt-compiler:2.44" + annotationProcessor "com.google.dagger:hilt-compiler:2.44" } \ No newline at end of file