I've updated to the latest -dev version and now I'...
# eap
k
I've updated to the latest -dev version and now I'm getting
Warning:(55, 71) Kotlin: '%' is resolved to deprecated 'mod' operator. Replace with '.mod' or add operator 'rem'
when using
%
on ints. Is this only temporary until
operator fun Int.rem
is added to stdlib?