Elizabeth Harper
04/11/2025, 6:03 PM@receiver:JvmName
but that doesn't appear to be supported. I would like to avoid the automatic names like $this$something
or $self
for the java interop as those names aren't particularly informative.Daniel Pitts
04/11/2025, 8:13 PMElizabeth Harper
04/11/2025, 8:16 PMsomeFunc(foo, bar)
instead of foo.someFunc(bar)
but that's not the worst thing in the world.
However, there are a few extensions that are being marked with @JvmSynthetic
because it wouldn't make sense to use them from java.