kevinmost
12/15/2016, 5:45 AM./gradlew build
from the command-line, it works, and if I dig into build/generated/source/kapt/main
, I see my generate component class, but AS marks the class in red because it can't resolve it, because it's within a folder that's excluded (build/
). I have kapt { generateStubs = true }
in my build.gradle, as well.
To reiterate, it is compiling successfully, AS is just marking the class as not existing because that folder isn't added to the classpath for some reason, I guess