chore(deps): update composeoptions to v1.5.14

This commit is contained in:
renovate[bot] 2024-05-14 23:51:05 +00:00 committed by Andre K
parent 640c150573
commit eb62747158

View file

@ -93,7 +93,7 @@ android {
buildConfig true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.13"
kotlinCompilerExtensionVersion = "1.5.14"
}
// 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.