codelab-android-hilt icon indicating copy to clipboard operation
codelab-android-hilt copied to clipboard

Project cannot be compiled with no error message

Open mgx1905 opened this issue 4 years ago • 0 comments

Hi,

@HiltAndroidApp and @AndroidEntryPoint is located in "app" module, in another module i have @AndroidEntryPoint DialogSheet. Which is called from "app" module activity? And project cannot be compiled due to :app:kaptDevDebugKotlin KaptWithoutKotlinTask with "InvocationTargetException (no error message)"

App module is mainly written in java and other module is kotlin.

Thanks!

mgx1905 avatar Jul 30 '21 08:07 mgx1905