From fe3a2fd4022160218ddc870dc3a985b40dab1e5d Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Thu, 29 Sep 2022 11:11:30 -0400 Subject: [PATCH] Update to Kotlin 1.7.20 (#3542) --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5439bf623bc..ba37786abcc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "1.7.10" +kotlin = "1.7.20" dokka = "1.7.10" kotlinCoroutines = "1.6.4" idea = "211.7628.21" # Android Studio Bumblebee (see https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html) @@ -93,4 +93,4 @@ publish = { id = "com.vanniktech.maven.publish", version = "0.22.0" } spotless = { id = "com.diffplug.spotless", version = "6.10.0" } changelog = { id = "org.jetbrains.changelog", version = "1.3.1" } shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } -ksp = { id = "com.google.devtools.ksp", version = "1.7.10-1.0.6" } +ksp = { id = "com.google.devtools.ksp", version = "1.7.20-RC-1.0.6" }