Hey all - looking to see if I'm missing something ...
# announcements
b
Hey all - looking to see if I'm missing something obvious, I updated intellij plugin to the latest 1.1-M01-IJ2016.1-29, added the bintray repos and pluginrepos to my pom. in intellij however the async and await are red
Copy code
val locations = async<DalModel> {
  await(locationRepo.getLocation(locationNumber))
}
Am I doing something stupid?