Hi, i'm getting a ```bad RuntimeInvisibleParameter...
# announcements
g
Hi, i'm getting a
Copy code
bad RuntimeInvisibleParameterAnnotations attribute: Region(String,String)
Please remove or make sure it appears in the correct subdirectory of the classpath.
after i added this in gradlew build for dagger 2:
Copy code
kapt {
    generateStubs = true
}
anyone have an idea of what might be happening and how to fix?