Files
MoGoEagleEye/gradle/bytex/bytex_thread_opt.gradle

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
}