Joe
02/09/2019, 2:18 AM@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?