neither `kotlin.coroutines = enable` nor ```kotlin...
# eap
d
neither
kotlin.coroutines = enable
nor
Copy code
kotlin {
    experimental {
        coroutines "enable"
    }
}
doesn't work anymore with 1.1.3 (Android Studio 3.0)
k
deviant: you should create an issue