Alexander Sitnikov

Results 6 issues of Alexander Sitnikov

Jitpack places all subprojects into single dependency. Not just it unnecessary increases size of users apk, but it can break compilation, as annotation processors cannot be placed in compile classpath...

bug

Android Gradle plugin 3.6-alpha07 and higher includes support for the Maven Publish Gradle plugin by creating a component for each build variant artifact that you use to customize a publication...

enhancement

In `MvpFragment` there is complex logic to decide whether `getMvpDelegate().onDestroy()` should be called. Consider adding some lifecycle method to notify extending class when `getMvpDelegate().onDestroy()` was called. It can be used...

enhancement

Currently plugin only declares "embed" configuration (and variants like debugEmbed), which can only consume "default" configuration of other projects. To work around this, user have to write this amount of...

enhancement

This pull request adds support for AGP 8.0. Note that this branch includes fix from #403. To get this version into your project, you can use [jitpack](https://jitpack.io/#aasitnikov/fat-aar-android/223661e1f2) as follows: ```...

https://github.com/aasitnikov/fat-aar-android