Not sure where all to put this, so I'm putting it in a bunch of places. If you have custom test source sets in gradle that don't show up in IntelliJ, here's the new magic incantation:
Copy code
val integrationTest by sourceSets.creating
idea.module.testSources.from(integrationTest.allSource.sourceDirectories)