mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Hiltをbuild.gradleに追加
This commit is contained in:
parent
a050e7c411
commit
34d12ee6d8
|
@ -1,4 +1,5 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
plugins {
|
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
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user