I’ve got a `Util.kt` file in a common module conta...
# multiplatform
e
I’ve got a
Util.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?