JakeWharton / hugo

Annotation-triggered method call logging for your debug builds.
Apache License 2.0
7.92k stars 797 forks source link

Implement new Transform API #124

Open williamwebb opened 8 years ago

williamwebb commented 8 years ago

Issue #101

williamwebb commented 8 years ago

Don't merge this. Broken for Library Projects. Investigating...

Turbo87 commented 8 years ago

@JakeWharton could you have a look at this fantastic contribution and possibly merge it?

Turbo87 commented 8 years ago

FWIW I've packaged this branch up and it's available for public use at https://jitpack.io/#Turbo87/hugo/1.2.2

I've also just tested this on a mixed Java and Kotlin Android app and it seems to work quite well. Good job @williamwebb!

rpattabi commented 6 years ago

I couldn't get it to work. Please provide specific instructions.

guidedways commented 5 years ago

@Turbo87 would be great if you could provide us with more information on how to use this. Removed apply plugin ... and replaced it with your jitpack implementation, but gradle fails.

thuutin commented 5 years ago

@guidedways I could get it to work with

buildscript { 
    repositories {
    ...
    maven { url 'https://jitpack.io' }
   }
    classpath `com.github.Turbo87.hugo:hugo-plugin:1.2.2`
}

and apply plugin com.jakewharton.hugo