Sign in
android
/
platform
/
external
/
ktlint
/
HEAD
/
.
/
ktlint-reporter-json
/
build.gradle
blob: 951dcf6e5fa704119e4370c148d0ca30ce51de81 [
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
}