udalov
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.
kotlin.coroutines=enable
kotlin.coroutines=error