Hello, is there any plan/progress with `@kotlin.in...
# compiler
d
Hello, is there any plan/progress with
@kotlin.internal.Exact
annotation? I am now getting a warning about
@Suppress("INVISIBLE_REFERENCE")
so I guess there should be other way around?
d
No plans yet
d
So should I just ignore the warning for now?
d
Yes you can We don't plan to completely deprecate the error suppression until all its reasonable usecases will be covered
d
Okay, thanks
Can I somehow suppress this warning?
d
-Xdont-warn-on-error-suppression
compiler flag
d
Oh nice, thanks again