Execution failed for task ‘:app:kaptAdpDebugKotlin...
# android
q
Execution failed for task ‘appkaptAdpDebugKotlin’.
A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
> java.lang.reflect.InvocationTargetException (no error message) HI All getting this error while integrating Room if i emptied the DAO Eeverthing is working fine
e
you need to add --stacktrace for more detailsof error when run gradle command via terminal
v
In the left part of the tool window where the tree is shown and the inner-most node selected, select the top-most node and you see more of the error / more context and also an option to run with
--stacktrace
or
--info
by clicking it.
t
your query is incorrect, example you're using suspend combine with flow that's one of my case