How do I use jetbrains annotations like @Language in the commonMain sourceset?
a
Adam S
05/28/2024, 5:10 PM
@Language
is JVM only, so it's not possible* to use it in non-JVM targets.
(* Technically it is possible, but not in a practical way, and it can break in ugly ways.)
But, converting