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
El Zhang
01/07/2021, 9:34 AM
you need to add --stacktrace for more detailsof error when run gradle command via terminal
v
Vampire
01/07/2021, 10:19 AM
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
treatmaster
01/11/2021, 3:21 AM
your query is incorrect, example you're using suspend combine with flow that's one of my case