blob: 589761a8c4806ca13d89edf90f6cabce3e863a97 [file] [log] [blame] [edit]
plugins {
id("ktlint-publication-library")
}
dependencies {
implementation(projects.ktlintCliReporterCore)
testImplementation(projects.ktlintTest)
}