Update dependency composeOptions to v1.5.15
Some checks failed
Build & Test / Validate (pull_request) Successful in 20s
Build & Test / Run Unit Tests (pull_request) Failing after 1m8s
Build & Test / Validate (push) Successful in 17s
Build & Test / Run Unit Tests (push) Failing after 1m10s

This commit is contained in:
Renovate Bot 2024-08-07 18:00:26 +00:00
parent f1127f97f4
commit eac94e2a31

View file

@ -41,7 +41,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.14"
kotlinCompilerExtensionVersion = "1.5.15"
}
packaging {
resources {