You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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?
I have created a sample project to demonstrate this behavior, you can check it here.
https://github.com/suvro/test-android-aop
The text was updated successfully, but these errors were encountered: