We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea99a7 commit 94914d7Copy full SHA for 94914d7
build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
kotlin("multiplatform") version "2.1.10" apply false
3
id("org.jetbrains.compose") version "1.7.3" apply false
4
id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false
5
- id("org.jlleitschuh.gradle.ktlint") version "12.2.0" apply false
+ id("org.jlleitschuh.gradle.ktlint") version "13.1.0" apply false
6
id("com.google.devtools.ksp") version "2.1.10-1.0.31" apply false
7
}
8
0 commit comments