From cf51c9fa2ad8461a88602450c22b0c6ece27b943 Mon Sep 17 00:00:00 2001 From: Travis Wyatt Date: Fri, 8 Sep 2023 11:16:56 -0700 Subject: [PATCH] Bump Kotlin version --- 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 6ce3861..1853959 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,6 +27,6 @@ compose = [ [plugins] android-application = { id = "com.android.application", version.ref = "agp" } android-library = { id = "com.android.library", version.ref = "agp" } -kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "1.9.0" } +kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "1.9.10" } kotlinter = { id = "org.jmailen.kotlinter", version = "3.15.0" } swiftpackage = { id = "io.github.luca992.multiplatform-swiftpackage", version = "2.1.2" }