https://kotlinlang.org logo
d

Deactivated User

10/14/2017, 11:51 PM
Is there a way for using
org.intellij.lang.annotations.Language
annotation in common code?
i

ilya.gorbunov

10/15/2017, 4:00 PM
Currently the only way is to introduce
expect
annotation in common code, and dummy
actual
annotations in all other platforms, except JVM, where it's a typealias to
org.intellij.lang.annotations.Language
.
d

Deactivated User

10/16/2017, 8:57 AM
Uhm. I think I tried that without luck. But maybe I recall it wrong. I will try it again. Thanks for the reply!
6 Views