JakeWharton / hugo

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

How to use this tool in non gradle project (like just jar file) #115

Closed achooley closed 8 years ago

achooley commented 8 years ago

I want to use this with Unity3d android project.

JakeWharton commented 8 years ago

You cannot. It's both a library and a Gradle plugin and there's no way to solely use the library without the plugin.

achooley commented 8 years ago

thx for response