fix(deps): update kotlin to v1.7.1 (#2515)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-12 22:57:24 +05:30 committed by GitHub
parent ec696c1d8d
commit 0f3718380b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ androidxActivity = "1.7.1"
bouncycastle = "1.73" bouncycastle = "1.73"
# @keep used for kotlinCompilerExtensionVersion # @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.4.7" composeCompiler = "1.4.7"
coroutines = "1.7.0" coroutines = "1.7.1"
flowbinding = "1.2.0" flowbinding = "1.2.0"
hilt = "2.46" hilt = "2.46"
kotlin = "1.8.21" kotlin = "1.8.21"