chore(deps): update composeoptions to v1.5.3

This commit is contained in:
renovate[bot] 2023-09-03 08:41:45 +00:00 committed by Andre K
parent 2bbd46a5df
commit 5f99a73dbe

View file

@ -85,7 +85,7 @@ android {
aidl true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.8"
kotlinCompilerExtensionVersion = "1.5.3"
}
// 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.