Hey, I'm currently working on a project and need t...
# multiplatform
c
Hey, I'm currently working on a project and need the
org.jetbrains.annotations
library. However, I am getting an IDE error with the following import:
Copy code
import org.intellij.lang.annotations.Language
Any ideas?
e
a
There's a workaround for a multiplatform
@Language
annotation https://github.com/JetBrains/java-annotations/issues/34#issuecomment-1423850122, but it has issues and it's flakey and it will probably cause you headaches
c
I see, thanks.