aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-07-06 06:11:42 +0000
committerGitHub <noreply@github.com>2023-07-06 06:11:42 +0000
commit61ae1d41943efb9a79c1de3016ca5a3ef071be8f (patch)
tree6b7e848ee2bafc8f102784be47a1f8c0ff7217ae
parentfa03ca0ad7e556e60a13a355cbbd44675c135f88 (diff)
fix(deps): update kotlin and compose to v1.9.0
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 6c96a290..bfeb3593 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -7,7 +7,7 @@ composeCompiler = "1.4.8"
coroutines = "1.7.2"
flowbinding = "1.2.0"
hilt = "2.46.1"
-kotlin = "1.8.22"
+kotlin = "1.9.0"
kotlin1710 = { strictly = "[1.7.0,)", prefer = "1.7.10" }
leakcanary = "2.12"
lifecycle = "2.6.1"