Is there any documentation for friend modules? I w...
# kotlin-native
t
Is there any documentation for friend modules? I want to use internal field in tests, is it possible?
s
Are friend modules supported in Kotlin jvm or js?
t
Well,
internal
already works for tests in jvm, I need some fix for native
p
i
In the experimental plugin `internal`s are available in tests by default.