Archinamon / android-gradle-aspectj

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

Migrate to Kotlin instead of Groovy #37

Closed Archinamon closed 7 years ago

Archinamon commented 7 years ago

In groovy it's hard to work with dynamic contexts and Android Studio supports groovy wierd, so it's better to re-write plugin in Kotlin to make easier further development.

Archinamon commented 7 years ago

3.0.0 artifacts are available within: maven { url "https://raw.github.com/Archinamon/GradleAspectJ-Android/kotlin-beta" } as repositories url classpath 'com.archinamon:android-gradle-aspectj:3.0.0'

Then as usually apply plugin: 'com.archinamon.aspectj' or apply plugin: 'com.archinamon.aspectj-ext' for extended mode.

Archinamon commented 7 years ago

@saulmm @renaudcerrato Guys you're the most active and partial users so I'd wanna ask you to try out 3.0.0 beta from tree/kotlin-beta branch and feedback here :) The artifacts available only from maven { url "https://raw.github.com/Archinamon/GradleAspectJ-Android/kotlin-beta" } for now. Will appreciate your help a lot!

saulmm commented 7 years ago

My pleasure!, will give you feedback asap 👍

renaudcerrato commented 7 years ago

Thanks!

On Mon, Mar 27, 2017, 5:20 AM Saul Molinero notifications@github.com wrote:

My pleasure!, will give you feedback asap 👍

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Archinamon/GradleAspectJ-Android/issues/37#issuecomment-289399198, or mute the thread https://github.com/notifications/unsubscribe-auth/AB12xUHM_ed3_31GniSt8xXGOtr3i9n4ks5rp394gaJpZM4MbLEp .

Archinamon commented 7 years ago

Seems everything works fine in Kotlin? :) So I'll merge it today and update Example project.