I've noticed that if I pass a flag like `-Xuse-exp...
# compiler
r
I've noticed that if I pass a flag like
-Xuse-experimental=kotlinx.coroutines.ObsoleteCoroutinesApi
to the compiler, the implementation of
kotlinx.coroutines.ObsoleteCoroutinesApi
actually has to be on the classpath even if it is not used by the code being compiled. Is this a bug?