10 lines
197 B
Groovy
10 lines
197 B
Groovy
apply plugin: 'bytex.threadOpt'
|
|
thread_opt {
|
|
enable true
|
|
enableInDebug true
|
|
logLevel "DEBUG"
|
|
trace_enable !rootProject.isReleaseBuild()
|
|
//thread_replace_with_coroutine false
|
|
}
|
|
|