Files
MoGoEagleEye/gradle/bytex/bytex_thread_opt.gradle
2024-04-19 16:26:39 +08:00

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
}