any reason why I can’t call this java method?
p
any reason why I can’t call this java method?
intValueExact()
works
java.lang.Number -> kotlin.Number
java.lang.Number.intValue() -> kotlin.Number.toInt()