From a98275d838b6662a11964551b68290fda5052a1f Mon Sep 17 00:00:00 2001 From: Juul Mobile Bot Date: Fri, 17 Nov 2023 09:07:42 +0000 Subject: [PATCH] Update plugin kotlinter to v4 --- 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 a8881f9..f64e711 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,5 +28,5 @@ compose = [ 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.10" } -kotlinter = { id = "org.jmailen.kotlinter", version = "3.16.0" } +kotlinter = { id = "org.jmailen.kotlinter", version = "4.1.0" } swiftpackage = { id = "io.github.luca992.multiplatform-swiftpackage", version = "2.2.0" }