chore(ci): Optimize and stabilize Gradle builds and CI workflows (#4390)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-02-01 12:03:17 -06:00 committed by GitHub
parent 152099c7e9
commit 3659f468e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 236 additions and 131 deletions

View file

@ -23,6 +23,8 @@ plugins {
kotlin {
@Suppress("UnstableApiUsage")
android { androidResources.enable = true }
sourceSets { commonTest.dependencies { implementation(kotlin("test")) } }
}
compose.resources {