Hello, while building my project, getting this err...
# gradle
g
Hello, while building my project, getting this error frequently, and could not figure out what is reason for failure
Copy code
A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction
   > java.lang.reflect.InvocationTargetException (no error message)
Full log ->
v
That has nothing to do with Gradle or Kotlin. The dagger annotation processor complains about "Unsupported nesting" of the element "kind".
👍 1
1
t