Is there a way for using `org.intellij.lang.annota...
# multiplatform
d
Is there a way for using
org.intellij.lang.annotations.Language
annotation in common code?
i
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
Uhm. I think I tried that without luck. But maybe I recall it wrong. I will try it again. Thanks for the reply!