If I create a `@Component` in a test, it looks lik...
# dagger
j
If I create a
@Component
in a test, it looks like the
test-kapt
maven goal is putting the sources in
target/generated-sources/kapt/test
, but IntelliJ appears to want to see them in a subdirectory of
target/generated-test-sources
instead. Am I doing something wrong on either the maven or intellij side, or is this configurable somehow?