Yes, it should work. Maybe you didn’t apply it to all modules which use ExperimentalCoroutinesApi. This is per-module compilatiomn param
gildor
04/26/2019, 1:25 AM
Also, are you sure that you have a waning that complains about this annotation, maybe you have some other warning, for example about ObsoleteCoroutinesApi
s
spierce7
04/26/2019, 4:54 AM
It ended up being a scoping issue. I needed to say
project.tasks...
. I'm also seeing that ObsoleteCoroutinesApi issue. Good call