Hi. I’m getting `w: Experimental API marker kotlin...
# coroutines
v
Hi. I’m getting
w: Experimental API marker kotlinx.coroutines.FlowPreview is unresolved. Please make sure it's present in the module dependencies
. I’m using
allWarningsAsErrors = true
so this stops my build. Is there any way to suppress this warning with compiler flag?
The reason I don’t want to include
-Xuse-experimental=kotlinx.coroutines.FlowPreview
in modules with coroutines only because I have a large number of modules in my project and it would be very frail to include such option to every build config.