legzo
11/09/2018, 4:01 PMinternal
would do the trick but the internal function is visible from java, as : myInternalFunc$my_module_name.
What am I missing ? 🤔
Mmmm read the doc a bit more and saw that internal is mapped to public in java with some name mangling.
Do you know another way to do what I want to do ?yole
11/09/2018, 4:15 PMdiesieben07
11/09/2018, 4:44 PM@JvmSynthetic
accomplish this?karelpeeters
11/09/2018, 5:52 PMSynthetic targets become inaccessible for Java sources at compile time while still being accessible for Kotlin sources.🤔