hm, well how about on a non-IDE level, since I pre...
# getting-started
k
hm, well how about on a non-IDE level, since I prefer to configure this stuff without IntelliJ settings. If I use Gradle to build my project and I have the 1.1 Gradle plugin and stdlib, and I didn't enable coroutines support, can I use
buildSequence { yieldAll(list) }
and do
./gradlew build
without it erroring?