canelmas / let

Annotation based simple API flavored with AOP to handle new Android runtime permission model
Apache License 2.0
530 stars 40 forks source link

Use Transform API #23

Open canelmas opened 6 years ago

canelmas commented 6 years ago

Consider using Transform API to have a more robust structure and to support kotlin as well.

Right now, weaving is hooked to javaCompile task which is not triggered for kotlin.