codelab-android-hilt
codelab-android-hilt copied to clipboard
Project cannot be compiled with no error message
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!