Join Slack
Powered by
Intellij is still giving me warnings about corouti...
# coroutines
t
teedee
01/23/2017, 8:49 PM
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>
3
Views
Open in Slack
Previous
Next