Skip to content

Commit

Permalink
ktlint setting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ukjjang committed Dec 8, 2024
1 parent 1bf2a22 commit b4b2ce3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts

This file was deleted.

2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
object Dependencies {
private object Versions {
const val KOTLIN = "2.1.0"
const val KTLINT = "12.1.1"
const val KTLINT = "12.1.2"
const val SPRING_BOOT = "3.3.5"
const val SPRING_DEPENDENCY = "1.1.6"
const val KSP = "$KOTLIN-1.0.29"
Expand Down
6 changes: 6 additions & 0 deletions buildSrc/src/main/kotlin/com.anycommunity.kotlin.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ kotlin {
}
}

// kotlin 2.1 Support https://github.com/JLLeitschuh/ktlint-gradle/issues/809#issuecomment-2515514826
ktlint {
version = "1.4.1"
}


kover.reports {
filters.excludes {
packages(
Expand Down

0 comments on commit b4b2ce3

Please sign in to comment.