Is there any reasons for kapt config for android t...
# kapt
t
Is there any reasons for kapt config for android tests do not accept variants? Like, if I put
kaptDebug
/
kaptFlavorDebug
it works fine, but
kaptDebugAndroidTest
can’t be found. Or am I doing somethig wrong?