> To set this option for a gradle project you c...
# coroutines
u
To set this option for a gradle project you can add
kotlin.coroutines=enable
or
kotlin.coroutines=error
to local.properties file at the root of project.
https://blog.jetbrains.com/kotlin/2016/12/kotlin-1-1-m04-is-here/
🍪 1