- Custom Gradle Plugin 적용(OperationCompletionListener) - buildSrc 상수명 변경 - TestListener afterTest 적용(각 테스트 결과 로깅)
7 lines
65 B
Kotlin
7 lines
65 B
Kotlin
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
} |