Sign in
android
/
platform
/
external
/
ktlint
/
HEAD
/
.
/
ktlint-reporter-checkstyle
/
build.gradle
blob: 27b42f88ee27763b9b8738802be6a9e50fbb08ad [
file
] [
log
] [
blame
]
plugins
{
id
"org.jetbrains.kotlin.jvm"
}
dependencies
{
compile project
(
":ktlint-core"
)
compile libraries
.
kotlin_stdlib
testCompile libraries
.
testng
testCompile libraries
.
assertj_core
}