Update kotlin (#1067)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-18 09:20:20 +02:00 committed by GitHub
parent c3712b794b
commit 4d265d52d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
# Project
android_gradle_plugin = "8.1.0"
kotlin = "1.9.0"
ksp = "1.9.0-1.0.12"
ksp = "1.9.0-1.0.13"
molecule = "1.2.0"
# AndroidX
@ -23,10 +23,10 @@ browser = "1.6.0"
# Compose
compose_bom = "2023.06.01"
composecompiler = "1.5.0"
composecompiler = "1.5.1"
# Coroutines
coroutines = "1.7.2"
coroutines = "1.7.3"
# Accompanist
accompanist = "0.30.1"