mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-15 10:10:07 +00:00
gradle: Fix warning related to dagger
This commit is contained in:
parent
8bc8abe904
commit
788973926a
|
@ -154,6 +154,9 @@ android {
|
|||
resValue "string", "app_name", "Monado XR (Out-of-Proc)"
|
||||
}
|
||||
}
|
||||
hilt {
|
||||
enableAggregatingTask = true
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
Loading…
Reference in a new issue