mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
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:
parent
2dcb42088c
commit
afc3ee5471
4 changed files with 10 additions and 5 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue