bbaldino
12/05/2019, 7:14 PMinternal
, but when i include that lib (via a maven dependency) in a java project, i can still access that constructor. am i misunderstanding the scope of internal
?Mike
12/05/2019, 7:34 PMbbaldino
12/05/2019, 7:35 PMMike
12/05/2019, 7:37 PMinvoke
function in the Companion that is internal.
Code looks same in Kotlin, and Java won't find it.
package-private has it's own issues, so I'm in agreement with Jetbrain's decision not to add it, but that's another conversation.bbaldino
12/05/2019, 7:38 PMMike
12/05/2019, 7:39 PMbbaldino
12/05/2019, 7:41 PMMike
12/05/2019, 7:45 PMbbaldino
12/05/2019, 7:46 PM