JakeWharton / hugo

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

Not working with multi-module Kotlin Android project #173

Open suvro opened 4 years ago

suvro commented 4 years ago

I have a multi-module Android project in Kotlin. When I am trying to use Hugo in that I am getting an error message during build saying that the advice was not applied. Below is the exact message I am getting, can anyone tell me why?

Task :ui:compileDebugJavaWithJavac advice defined in hugo.weaving.internal.Hugo has not been applied [Xlint:adviceDidNotMatch]

I have created a sample project to demonstrate this behavior, you can check it here. https://github.com/suvro/test-android-aop