chore(deps): update org.jetbrains.kotlin to v1.6.20 (#312)

* chore(deps): update org.jetbrains.kotlin to v1.6.20

* gradle: fix warnings from Kotlin 1.6.20 upgrade

* Switch to Compose 0.0.0-master-dev673

JetBrains why are you like this

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
renovate[bot] 2022-04-22 00:13:26 +05:30 committed by GitHub
parent 2dcb42088c
commit afc3ee5471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View file

@ -4,7 +4,7 @@ aurora = "1.1.0"
coroutines = "1.6.1"
dagger = "2.41"
hilt = "1.0.0"
kotlin = "1.6.10"
kotlin = "1.6.20"
richtext = "0.11.0"
serialization = "1.3.2"
sqldelight = "2.0.0-alpha02"
@ -56,6 +56,6 @@ sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapter
testing-mockWebServer = "com.squareup.okhttp3:mockwebserver3-junit4:5.0.0-alpha.6"
[plugins]
compose = "org.jetbrains.compose:1.1.1"
compose = "org.jetbrains.compose:0.0.0-master-dev673"
hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }