mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
Switch back to Kotlin 1.6.10
The IDE breakage is simply not worth this
This commit is contained in:
parent
fc7f959342
commit
844082aed9
4 changed files with 5 additions and 10 deletions
|
@ -4,7 +4,7 @@ aurora = "1.1.0"
|
|||
coroutines = "1.6.1"
|
||||
dagger = "2.41"
|
||||
hilt = "1.0.0"
|
||||
kotlin = "1.6.21"
|
||||
kotlin = "1.6.10"
|
||||
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:0.0.0-master-dev673"
|
||||
compose = "org.jetbrains.compose:1.1.1"
|
||||
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