Hi there! Has anybody faced this issue after chang...
# android
a
Hi there! Has anybody faced this issue after changing the annotation processor to Kapt?
Copy code
Execution failed for task ':core-app:compileDebugUnitTestJavaWithJavac'.
> java.lang.AssertionError: Name for method must be provided
I googled around and this error is usually thrown when trying to use method names with spaces for Android or Instrumentation tests, but right now we use them only for JUnit tests