Skip to content

Commit

Permalink
style: πŸ’„ format files via ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanonymous-GitHub committed Jul 16, 2024
1 parent 64c842c commit e7c40e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ ktlint {
}
}

internal val gradleKtLintPluginId = libs.plugins.gradleKtlint.get().pluginId
internal val gradleKtLintPluginId =
libs.plugins.gradleKtlint
.get()
.pluginId

allprojects {
apply(plugin = gradleKtLintPluginId)
Expand Down

0 comments on commit e7c40e1

Please sign in to comment.