10 lines
175 B
Groovy
10 lines
175 B
Groovy
if (!rootProject.isAndroidTestBuild()) {
|
|
apply plugin: 'bytex.threadOpt'
|
|
thread_opt {
|
|
enable true
|
|
enableInDebug true
|
|
logLevel "DEBUG"
|
|
}
|
|
}
|
|
|