I’m running into <this issue> and due to adding JS...
# multiplatform
r
I’m running into this issue and due to adding JS as a target. Adding
@Suppress("RUNTIME_ANNOTATION_NOT_SUPPORTED")
solves this problem, but I’d like to do this globally. I tried a compiler argument
freeCompilerArgs.add("-Xsuppress-warning=RUNTIME_ANNOTATION_NOT_SUPPORTED")
, but it doesn’t make a difference. Any other suggestion?
t
I think it is better to ask in #C7L3JB43G
r
Fortunately, I own the source and was able to make the change. The ticket is filed and JB is aware, so I don’t want to make additional noise. Thank you.
👍 1