Hey! How does Kotlins `internal` visibility modifi...
# announcements
n
Hey! How does Kotlins
internal
visibility modifier work? Is it just compiler-side? How does Java-Interop look like? Is an internal function accessible from Java code in an other module?
n
Thanks, but that does not really answer my question... If I have the binaries of a kotlin module, can I access internal members from outside?
[Edit] I guess no. Thanks!
d
From Java code you probably will be able to, but don't quote me on that.