Skip to content

Commit

Permalink
Revert ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbwong committed Jun 11, 2023
1 parent 15fe5e6 commit 1b786d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ gradlePlugin {
}
}

ktlint {
version.set("0.43.2")
}

metalava {
filename.set("api/${project.version}.txt")
sourcePaths.setFrom("src/main")
Expand Down

0 comments on commit 1b786d6

Please sign in to comment.