From 0724980e2d3a20d1d51952771413a87caf818874 Mon Sep 17 00:00:00 2001 From: "Vadim.Mishenev" Date: Wed, 25 Oct 2023 23:20:30 +0300 Subject: [PATCH] Update KGP to 1.9.20-RC2 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 769ca086ba..2380d26c33 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -gradlePlugin-kotlin = "1.9.10" +gradlePlugin-kotlin = "1.9.20-RC2" # See: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin gradlePlugin-android = "4.2.2" gradlePlugin-dokka = "1.9.10"