Hey there 🙂 I try to access internal variables in my main sourceset from my test sourceset in my multiplatform project but it says its not visible. How can I do that? As of doc it should work
https://kotlinlang.org/docs/reference/visibility-modifiers.html “a Gradle source set (with the exception that the
test
source set can access the internal declarations of
main
);”