Hiltをbuild.gradleに追加

This commit is contained in:
ろむねこ 2023-12-07 10:40:08 +09:00
parent a050e7c411
commit 34d12ee6d8
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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
}