short question: do i still have to `enable` corout...
# coroutines
l
short question: do i still have to
enable
coroutines? (e.g.
kotlin.experimental.coroutines = 'enable'
in build.gradle) I can’t seem to find it in the documentation and appearently it’s working without it. (but then again I’m not using the whole feature set)
r
For 1.2.10 you definitely do -- I saw a ton of warnings experimenting with them on try.kotlinlang.org, as for latest EAP -- not sure.
l
Yes, now I see it as well. So apparently you don’t need it to compile, but to avoid a zillion warnings. thanks 👍
r
Exactly.