update to kotlin 1.4.10 + other dependency updates

This commit is contained in:
John O'Reilly 2020-09-10 17:28:16 +01:00
parent 0732f591e6
commit d3473bbe5d
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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