fix(deps): update kotlin and compose to v1.9.23 (#2939)

* fix(deps): update kotlin and compose to v1.9.23

* fix(deps): update androidx.compose.compiler:compiler to 1.5.11-dev-k1.9.23-96ef9dc6af1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
renovate[bot] 2024-03-12 13:35:40 +00:00 committed by GitHub
parent ca09a6d70e
commit aaa9fa0728
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,11 +3,11 @@ agp = "8.3.0-rc02"
androidxActivity = "1.9.0-alpha03" androidxActivity = "1.9.0-alpha03"
bouncycastle = "1.77" bouncycastle = "1.77"
# @keep used for kotlinCompilerExtensionVersion # @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.5.10" composeCompiler = "1.5.11-dev-k1.9.23-96ef9dc6af1"
coroutines = "1.8.0" coroutines = "1.8.0"
flowbinding = "1.2.0" flowbinding = "1.2.0"
hilt = "2.51" hilt = "2.51"
kotlin = "1.9.22" kotlin = "1.9.23"
kotlinResult = "1.1.20" kotlinResult = "1.1.20"
lifecycle = "2.7.0" lifecycle = "2.7.0"
moshi = "1.15.1" moshi = "1.15.1"