I am using kotlin version 1.1.3-2 .Are coroutines ...
# coroutines
k
I am using kotlin version 1.1.3-2 .Are coroutines supported on it?
l
Why not update to Kotlin 1.3.61?
k
@louiscad I updated the version. However I am seeing the following errors:
Cannot access built-in declaration 'kotlin.Unit'. Ensure that you have a dependency on the Kotlin standard library . Cannot access built-in declaration 'kotlin.collections.MutableSet'. Ensure that you have a dependency on the Kotlin standard library
when I do a .gradlew build
I am using Dropwizard
l
Do you have a dependency on the Kotlin standard library?
r
U should def update and fix your issues.