Answered my own question, apparently also needed b...
# announcements
b
Answered my own question, apparently also needed below dependency which was not obvious from the blog post (or is async/await supposed to be included in 1.1?)
Copy code
<dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-async</artifactId>
      <version>0.1-alpha</version>
    </dependency>