robstoll
05/05/2018, 11:56 AMjava.lang.StringBuilder
does not seem to be the actual type of it. What is the actual type in JVM?kpgalligan
05/05/2018, 12:46 PMrobstoll
05/05/2018, 12:49 PMfun foo(sb: StringBuilder){}
in common module and I want to call it from jvm modulekarelpeeters
05/05/2018, 12:53 PMStringBuilder
decared?robstoll
05/05/2018, 1:24 PMactual
to the type alias kotlin.text.StringBuilder
in the JVM modulekpgalligan
05/05/2018, 2:50 PMrobstoll
05/05/2018, 4:37 PMkpgalligan
05/05/2018, 7:47 PM