egorand
12/17/2017, 6:45 PMUtil.kt
file in a common module containing top-level function headers, and a Util.kt
file in a platform module containing implementations for those functions, and the compiler complains about the “duplicate JVM class name”. @JvmMultifileClass
doesn’t seem to help, is it supposed to work in multiplatform setup?