Archinamon / android-gradle-aspectj

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

Plugin Test Extension #50

Closed Badya closed 6 years ago

Badya commented 7 years ago

Related to: Create separated configs for test #45

Plugin uses only testVariants - good in case u definetly don't want to transform app's main code =)

Archinamon commented 7 years ago

@Badya There's too much changes. Why?)

Badya commented 7 years ago

@Archinamon Maybe cause i renamed AspectJWrapper -> AspectJPlugin - as Martin Fowler said: "If you struggle with mistaking the name of some entity while searching for it - rename it" =)

Badya commented 7 years ago

I think build failing because of some travis conf issue using kotlin 1.1.2

Badya commented 7 years ago

@Archinamon after some tests i can say - it is broken