Merge remote-tracking branch 'origin/renovate/kotlin-and-compose' into develop

* origin/renovate/kotlin-and-compose:
  chore(deps): bump compose compiler to development build
  fix(deps): update kotlin and compose to v1.9.22
This commit is contained in:
Harsh Shandilya 2024-01-09 00:03:20 +05:30
commit c27fd93da4

View file

@ -6,11 +6,11 @@ androidxActivity = "1.8.2"
bouncycastle = "1.77"
moshi = "1.15.0"
# @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.5.7"
composeCompiler = "1.5.8-dev-k1.9.22-42b6ec2b037"
coroutines = "1.7.3"
flowbinding = "1.2.0"
hilt = "2.50"
kotlin = "1.9.21"
kotlin = "1.9.22"
kotlinResult = "1.1.18"
lifecycle = "2.6.2"