Shreyas Patil
07/14/2020, 2:20 PMinternal
which is hiding that class in Kotlin code. But it's publically visible in Java. How can I avoid that?Zach Klippenstein (he/him) [MOD]
07/14/2020, 2:27 PM@JvmName
which is not expressible in Java (eg containing a dash). I think you can also mark it as @JvmSynthetic
, but I'm not sure what other side effects that has.Shreyas Patil
07/14/2020, 2:42 PMZach Klippenstein (he/him) [MOD]
07/14/2020, 3:06 PMJvmName
yes, JvmSynthetic
is only functionsShreyas Patil
07/14/2020, 3:18 PM