mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
依存関係追加
This commit is contained in:
parent
ccfed654df
commit
240b4675c8
|
@ -1,5 +1,6 @@
|
|||
plugins {
|
||||
alias(libs.plugins.com.android.library)
|
||||
id 'com.google.dagger.hilt.android'
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -36,4 +37,8 @@ dependencies {
|
|||
implementation project(':data')
|
||||
implementation project(':model')
|
||||
implementation project(':utils')
|
||||
|
||||
// Hilt (DI)
|
||||
implementation libs.com.google.dagger.hilt.android
|
||||
annotationProcessor libs.com.google.dagger.hilt.compiler
|
||||
}
|
Loading…
Reference in New Issue
Block a user