Files
MoGoEagleEye/gradle/bytex/bytex_thread_opt.gradle
2024-06-21 14:49:42 +08:00

10 lines
198 B
Groovy

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