I have a problem accessing `internal` classes from...
# gradle
t
I have a problem accessing
internal
classes from a custom source set. Given I have a plain kotlin module where in the
main
source set I have a couple of
internal
classes. I created a custom source set
integrationTest
where I try to access these classes. But
compileIntegrationTestKotlin
fails with
Cannot access X: it is internal in 'Y
. Any thoughts?