can it only run against kotlin 1.3 Milestone?
# spring
w
can it only run against kotlin 1.3 Milestone?
s
Yes
This is a forward looking project, there is no point being conservative here, and it is using final Coroutines API.
w
yeah, makes sense. Intellij gives me lots of errors saying "_ is compiled by a pre-release version of kotlin and cannot be loaded by this version of the compiler", although it compiles fine in gradle... any tips for this?
s
File -> Invalidate cache & restart
w
that worked thanks!