9 lines
145 B
Groovy
9 lines
145 B
Groovy
if (!rootProject.isAndroidTestBuild()) {
|
|
apply plugin: 'bytex.arouter'
|
|
arouter {
|
|
enable true
|
|
enableInDebug true
|
|
}
|
|
}
|
|
|