Big Chungus
01/14/2020, 2:09 PMDuplicate JVM class name
on MPP project with common
and JVM
sourceSets dectaring expect/actual
fun some(a:Int, b:Any)
. Any suggestions?Dominaezzz
01/14/2020, 2:10 PM@JvmName
? Not sure if it'll work though.Dico
01/14/2020, 2:28 PM.common.kt
and .jvm.kt
prefix or avoid definitions in common file. JvmName is also a good solution.Big Chungus
01/14/2020, 5:07 PMDico
01/14/2020, 10:29 PM