Join Slack
Powered by
That's a known issue with `JvmName` annotation typ...
# multiplatform
i
ilya.gorbunov
04/16/2018, 8:48 PM
That's a known issue with
JvmName
annotation type aliases:
https://youtrack.jetbrains.com/issue/KT-22902
Try declaring a type alias with the same short name:
actual typealias JvmName = kotlin.jvm.JvmName
k
kyonifer
04/16/2018, 9:06 PM
workaround works, thanks!
Open in Slack
Previous
Next