pluginにHiltを追加

This commit is contained in:
r-ca 2024-01-07 19:37:38 +09:00
parent dfe5c36e9e
commit f441a957f7
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 {