From 34d12ee6d88af9ef07b147ad38ac864f1709a811 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:40:08 +0900 Subject: [PATCH] =?UTF-8?q?Hilt=E3=82=92build.gradle=E3=81=AB=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e03d242c..11805890 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { -id 'com.android.application' version '8.0.2' apply false + id 'com.android.application' version '8.0.2' apply false + id 'com.google.dagger.hilt.android' version '2.44' apply false } \ No newline at end of file