<@U0BLUPVPY> the gradle plugin should get informat...
# coroutines
p
@alexey.tsvetkov the gradle plugin should get information such as
kotlin.coroutines=enable
from
build.gradle
, not
gradle.properties
. another problem I hit was that
kotlin.coroutines=enable
doesn’t affect the IntelliJ project generated by
gradlew idea
.