From f6b827509684cd64d713457f58e057c5671e034c Mon Sep 17 00:00:00 2001 From: Juul Mobile Bot Date: Fri, 13 Oct 2023 09:06:49 +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 64ab1fc..d2f1ec8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,6 +15,6 @@ nserrorkt = { module = "com.rickclephas.kmp:nserror-kt", version = "0.1.0" } android-library = { id = "com.android.library", version = "8.1.2" } api = { id = "binary-compatibility-validator", version = "0.13.2" } 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.0.0" } maven-publish = { id = "com.vanniktech.maven.publish", version = "0.25.3" } swiftpackage = { id = "io.github.luca992.multiplatform-swiftpackage", version = "2.1.4" }