Hiltをプラグインとして追加

This commit is contained in:
r-ca 2024-01-21 15:18:21 +09:00
parent a8e15d8e18
commit 3e21b0ea1c
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -1,5 +1,6 @@
plugins {
alias(libs.plugins.com.android.library)
id 'com.google.dagger.hilt.android'
}
android {