Why isn't this enough for IntelliJ to stop warnin...
# coroutines
j
Why isn't this enough for IntelliJ to stop warning about experimental usages of kotlinx.coroutines?
h
Not sure – maybe try adding
-Xcoroutines=enable
?
j
I'm using Kotlin 1.3
coroutines are enabled
(kotlin 1.3.10 and coroutines 1.0.1)
@hho I tried, to be sure, but as expected, it doesn't help