Any way of making a Kotlin method not visible from...
# announcements
o
Any way of making a Kotlin method not visible from Java?
m
oblakr24:
@JvmSynthetic
👍 2
o
This looks like what I'm looking for (even though it's undocumented), thanks.