I would like to access an internal method in a sep...
# multiplatform
r
I would like to access an internal method in a separate compilation for the jvm target (e.g. integrationTest -- I use the same setup as explained in https://kotlinlang.org/docs/mpp-configure-compilations.html#create-a-custom-compilation). Unfortunately this does not work. Looks like a bug to me but maybe something special can be configured in order that integrationTest behaves like jvmTest?