Sign in
pigweed
/
third_party
/
github
/
pinterest
/
ktlint
/
refs/heads/upstream/2588-improve-suppress
/
.
/
ktlint-cli-reporter-html
/
build.gradle.kts
blob: 589761a8c4806ca13d89edf90f6cabce3e863a97 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
id
(
"ktlint-publication-library"
)
}
dependencies
{
implementation
(
projects
.
ktlintCliReporterCore
)
testImplementation
(
projects
.
ktlintTest
)
}