mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 00:38:11 +00:00
11 lines
218 B
Groovy
11 lines
218 B
Groovy
apply plugin: 'org.jmailen.kotlinter'
|
|
|
|
kotlinter {
|
|
ignoreFailures = true
|
|
indentSize = 4
|
|
continuationIndentSize = 4
|
|
reporters = ['checkstyle', 'plain']
|
|
}
|
|
|
|
kotlin { experimental { coroutines 'enable' } }
|