Files
MoGoEagleEye/gradle/bytex/bytex_thread_opt.gradle
2024-04-12 16:40:11 +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
}