Fix build error after Android Gradle 8.3
This commit is contained in:
parent
c3b7e33b2f
commit
56673f25b1
1 changed files with 4 additions and 0 deletions
|
|
@ -33,5 +33,9 @@ dependencies {
|
||||||
implementation(platform(libs.coil.bom))
|
implementation(platform(libs.coil.bom))
|
||||||
implementation(libs.coil.core)
|
implementation(libs.coil.core)
|
||||||
|
|
||||||
|
// SY -->
|
||||||
|
implementation(libs.material)
|
||||||
|
// SY <--
|
||||||
|
|
||||||
api(libs.injekt.core)
|
api(libs.injekt.core)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue