using 1.0.5-2, I have an internal property and I’m...
# announcements
l
using 1.0.5-2, I have an internal property and I’m calling it from Java. the JVM name is pretty gross:
getPresenter$production_sources_for_module_register
. seems fixable via
@JvmName
, but what’s up with the awful name to begin with?