Sign in
android
/
platform
/
external
/
ktlint
/
HEAD
/
.
/
ktlint-core
/
build.gradle
blob: 3d45e08e32aa77a92abbae335aece8af8fbf5090 [
file
] [
log
] [
blame
]
plugins
{
id
"org.jetbrains.kotlin.jvm"
}
dependencies
{
compile libraries
.
kotlin_stdlib
compile libraries
.
kotlin_compiler_embeddable
testCompile libraries
.
testng
testCompile libraries
.
assertj_core
}