https://kotlinlang.org logo
#announcements
Title
# announcements
n

nyxcode

08/22/2017, 8:48 PM
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

nyxcode

08/22/2017, 9:31 PM
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

diesieben07

08/22/2017, 9:50 PM
From Java code you probably will be able to, but don't quote me on that.
3 Views