update to kotlin 1.4.10 + other dependency updates
This commit is contained in:
parent
0732f591e6
commit
d3473bbe5d
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
object Versions {
|
||||
const val kotlin = "1.4.0"
|
||||
const val kotlin = "1.4.10"
|
||||
const val kotlinCoroutines = "1.3.9-native-mt"
|
||||
const val ktor = "1.4.0"
|
||||
const val kotlinxSerialization = "1.0.0-RC"
|
||||
|
|
|
@ -19,3 +19,5 @@ android.useAndroidX=true
|
|||
android.enableJetifier=false
|
||||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
|
||||
xcodeproj=./ios/PeopleInSpaceSwiftUI
|
||||
|
|
Loading…
Reference in a new issue