Skip to content

Commit

Permalink
refactor: rename 'ktlint' to 'ktlint-gradle-plugin'
Browse files Browse the repository at this point in the history
This depends on ktlint, which we will want as a dependency
  • Loading branch information
david-allison committed Dec 9, 2024
1 parent 8d70842 commit 99fb8d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
alias(libs.plugins.kotlin.parcelize) apply false
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.kotlin.serialization) apply false
alias(libs.plugins.ktlint) apply false
alias(libs.plugins.ktlint.gradle.plugin) apply false
alias(libs.plugins.dokka) apply false
alias(libs.plugins.keeper) apply false
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ junitPlatformLauncher = "1.11.3"
# https://github.com/JetBrains/kotlin/releases/
kotlin = '2.1.0'
kotlinxSerializationJson = "1.7.3"
ktlint = "12.1.1"
ktlintGradlePlugin = "12.1.1"
leakcanaryAndroid = "2.14"
lint = '31.7.2'
material = "1.12.0"
Expand Down Expand Up @@ -210,7 +210,7 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi


dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
ktlint-gradle-plugin = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintGradlePlugin" }


keeper = { id = "com.slack.keeper", version.ref = "slackKeeper" }

0 comments on commit 99fb8d5

Please sign in to comment.