Skip to content

Commit

Permalink
use latest ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Nov 28, 2024
1 parent d5ac9dc commit 67ac9da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ allprojects {
}
}

pluginManager.withPlugin("io.github.usefulness.ktlint-gradle-plugin") {
ktlint {
ktlintVersion = libs.versions.maven.ktlint.get()
}
}

pluginManager.withPlugin(libs.plugins.kotlin.samwithreceiver.get().pluginId) {
samWithReceiver {
annotation("org.gradle.api.HasImplicitReceiver")
Expand Down

0 comments on commit 67ac9da

Please sign in to comment.