mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
build: apply gradle cache fix plugin
This commit is contained in:
parent
eb00c7b8c5
commit
a381d3d1ed
6 changed files with 28 additions and 3 deletions
|
@ -45,4 +45,7 @@ gradlePlugin {
|
|||
}
|
||||
}
|
||||
|
||||
dependencies { implementation(libs.build.agp) }
|
||||
dependencies {
|
||||
implementation(libs.build.agp)
|
||||
implementation(libs.build.cachefix)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue