chore(deps): update composeoptions to v1.5.8

This commit is contained in:
renovate[bot] 2024-01-10 18:21:33 +00:00 committed by Andre K
parent e262bc224e
commit 62353e0a57

View file

@ -89,7 +89,7 @@ android {
aidl true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
kotlinCompilerExtensionVersion = "1.5.8"
}
// Configure the build-logic plugins to target JDK 17
// This matches the JDK used to build the project, and is not related to what is running on device.