Switch back to Kotlin 1.6.10

The IDE breakage is simply not worth this
This commit is contained in:
Harsh Shandilya 2022-04-22 19:56:10 +05:30
parent fc7f959342
commit 844082aed9
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 5 additions and 10 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.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" }