PHondogo
01/26/2023, 7:14 AMephemient
01/26/2023, 7:23 AM@JvmInline
in Java and common sourcesets, don't use it in JS and native sourcesetsPHondogo
01/26/2023, 7:25 AMVidmantas Kerbelis
01/26/2023, 7:44 AMexpect interface NameYourAnnotation
jvmMain:
actual typealias NameYourAnnotation = JvmInline
jsMain:
actual interface NameYourAnnotation
-
This should resolve iteygraber
01/26/2023, 2:35 PM@JvmInline
in common, js gives you an error? I'm pretty sure I've seen that work.ephemient
01/26/2023, 5:21 PM@OptionalExpectation
in common, meaning that it is fine that it only actual
on some platforms