From 67f46eca39ef9051631ab23f459f0883e9a9e65e Mon Sep 17 00:00:00 2001 From: Juul Mobile Bot Date: Mon, 26 Jan 2026 09:29:46 +0000 Subject: [PATCH] Update plugin kotlinter to v5.4.0 --- 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 6d23ccd..dce08a1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,5 +28,5 @@ android-application = { id = "com.android.application", version.ref = "agp" } android-library = { id = "com.android.library", version.ref = "agp" } compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } -kotlinter = { id = "org.jmailen.kotlinter", version = "5.3.0" } +kotlinter = { id = "org.jmailen.kotlinter", version = "5.4.0" } swiftpackage = { id = "io.github.luca992.multiplatform-swiftpackage", version = "2.3.0" }