Sign in
pigweed
/
third_party
/
github
/
pinterest
/
ktlint
/
bf1443eb85c67ac33caa9d03b7fef292b2ee209d
/
.
/
ktlint-reporter-plain
/
build.gradle.kts
blob: aa20e7c0820280459545748487e975619b34eb9f [
file
]
plugins
{
`ktlint-kotlin-common`
`ktlint-publication`
}
dependencies
{
implementation
(
projects
.
ktlintCore
)
testImplementation
(
libs
.
junit5
)
testImplementation
(
libs
.
assertj
)
}