#173·hugo

Not working with multi-module Kotlin Android project

Author: suvroCreated Aug 10, 2020Updated Aug 10, 2020

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