JakeWharton / hugo

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

Does hugo support project with android dependencies? #81

Closed jiqimaogou closed 9 years ago

jiqimaogou commented 9 years ago

If I have an android application named "A", and it depends "B", and "A" and "B" both use @DebugLog may I have to add hugo gradle plugin into "A" and "B"?

JakeWharton commented 9 years ago

Yes. The plugin will need to be present in both modules.