Files
MoGoEagleEye/gradle/bytex/bytex_router.gradle

9 lines
145 B
Groovy

if (!rootProject.isAndroidTestBuild()) {
apply plugin: 'bytex.arouter'
arouter {
enable true
enableInDebug true
}
}