Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Reduce method count, move away from indirect compile-time dependencies #2

@autovalue

Description

@autovalue

It would be nice if the library moved away from the plugin approach and instead used a simple compile-time dependency accompanied with the android apt plugin for implementing the annotation processing.

The plugin approach introduces all it's own compile time dependencies (which the user has no control over) e.g. the AspectJ runtime which by itself adds 923 to the user's method count in contrast to ButterKnife's 342 total of methods - which might deter some developers from using it.

The library should also be published as an aar if it isn't already so that proguard rules can be included automatically.

What do you think?

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions