Update kotlin to 1.9.10 (#1123)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-30 08:28:06 +02:00 committed by GitHub
parent b4e6d83fb7
commit 78eb7aea81
7 changed files with 9 additions and 9 deletions

View file

@ -4,8 +4,8 @@
[versions]
# Project
android_gradle_plugin = "8.1.1"
kotlin = "1.9.0"
ksp = "1.9.0-1.0.13"
kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
molecule = "1.2.0"
# AndroidX
@ -23,7 +23,7 @@ browser = "1.6.0"
# Compose
compose_bom = "2023.08.00"
composecompiler = "1.5.1"
composecompiler = "1.5.3"
# Coroutines
coroutines = "1.7.3"