Android new build system (gradle) and aspectj

后端 未结 5 599
再見小時候
再見小時候 2021-01-31 20:30

In Google IO the new build system gradle is announced to replace ant. My project is using aspectj and I would like to use it in my project. I couldn\'t figure out some variabl

5条回答
  •  暖寄归人
    2021-01-31 21:06

    Another easier way to set things up is using the android aspectj plugin which is better maintained. https://github.com/uPhyca/gradle-android-aspectj-plugin

提交回复
热议问题