Intellij is still giving me warnings about corouti...
# coroutines
t
Intellij is still giving me warnings about coroutines even after enabling coroutines without warnings in the settings. I tried adding the following to Maven but it didn't solve the problem
Copy code
<configuration>
                    <args>
                        <arg>-Xcoroutines=enable</arg>
                    </args>
</configuration>