Archinamon / android-gradle-aspectj

gradle plug-in adding supports of AspectJ into Android project
Apache License 2.0
365 stars 58 forks source link

no more weaveTests #34

Closed a-klimashevsky closed 7 years ago

a-klimashevsky commented 7 years ago

There is no weaveTests flag any more at the latest build. Is it possible to use AspectJ at unit tests ?

Archinamon commented 7 years ago

It's ok for androidTest, but with unit tests I didn't test it complexly. If it doesn't, I'll look into to support this case.