I am trying to organize integration tests in a kot...
# gradle
a
I am trying to organize integration tests in a kotlin project by creating its own src directory like
Copy code
src->integration-test->kotlin
and
Copy code
src->integration-test->resources
. How can I add a sourceSet definition for this in kotlin-dsl?
c
Interestingly I've already seen this on stack overflow. Answer by CorayThan should probably work for you: https://stackoverflow.com/questions/46419817/how-to-add-new-sourceset-with-gradle-kotlin-dsl
I'm curious where does this name come from? Since you're the second person asking on my memory 🙂
a
c
Thanks to you too for sharing this link, now I understand.
j
You can also use Netflix's Nebula IntegTest plugin: https://github.com/nebula-plugins/nebula-project-plugin