fix(deps): update kotlin and compose to v1.8.1 (#3048)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-10 19:15:23 +05:30 committed by GitHub
parent e5c8478693
commit e99aec0789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ androidxActivity = "1.9.0"
bouncycastle = "1.78.1" bouncycastle = "1.78.1"
# @keep used for kotlinCompilerExtensionVersion # @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.5.14-dev-k1.9.24-50022def4af" composeCompiler = "1.5.14-dev-k1.9.24-50022def4af"
coroutines = "1.8.1-Beta" coroutines = "1.8.1"
flowbinding = "1.2.0" flowbinding = "1.2.0"
hilt = "2.51.1" hilt = "2.51.1"
kotlin = "1.9.24" kotlin = "1.9.24"