Skip to content

Commit

Permalink
Merge pull request #735 from modelix/bugfix/drop-unneeded-ktlint-vers…
Browse files Browse the repository at this point in the history
…ion-from-gradle

Drop unneeded ktlint plugin from gradle
  • Loading branch information
languitar authored May 8, 2024
2 parents 08d3fe1 + 554a36c commit 77cd6d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
gitVersion = { id = "com.palantir.git-version", version = "3.0.0" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.0" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
modelix-mps-buildtools = { id = "org.modelix.mps.build-tools", version.ref = "modelixBuildtools" }
dokka = {id = "org.jetbrains.dokka", version.ref = "dokka"}
Expand Down

0 comments on commit 77cd6d9

Please sign in to comment.