my gradle build copies resources to the build/reso...
# intellij
b
my gradle build copies resources to the build/resources folder as expected but when I run tests with intellij, there are no resources in the out/ directory
m
Why aren’t they in the test/resources folder? That’s where Gradle expects them to be, and IntelliJ leverages Gradle’s information for project configuration. Also note: strictly speaking, this channel is for questions about the IntelliJ plugin that supports Kotlin, and not IntelliJ in general.