Hi. Now I’m trying to add a another sourceSets `in...
# intellij
o
Hi. Now I’m trying to add a another sourceSets
integrationTest
based on https://docs.gradle.org/6.3/userguide/java_testing.html#sec:configuring_java_integration_tests. But, I’m facing a problem that internal methods and classes are not visible from my custom source set
intergrationTest
when coding at IDEA. (Gradle can build successfully because I setup
compilations["integrationTest"].associateWith(compilations["main"])
) Is there a way to resolve this problem?
a
IDE side is currently not supported, please vote/watch https://youtrack.jetbrains.com/issue/KT-34102 for updates
o
Thank you very much for your comments! I’m looking forward to update.