This message was deleted.
# community-support
s
This message was deleted.
j
within same module? it should work by default
d
my integration tests are failing complaining about accessing internal function
it is a top level function
so guessing that is what is causing the problem
j
I think you are referring to gradle internal APIs and not your own internal APIs right? In that case I don’t know
i could make it public as module will only be used from gradle/maven plugins but it feels wrong to open it up just for some tests
e
oh, Kotlin
internal
visibility? you just need to
associateWith
the compilation. IDE support isn't quite there yet though