I am using kotlin version 1.1.3-2 .Are coroutines supported on it?
l
louiscad
02/28/2020, 8:23 PM
Why not update to Kotlin 1.3.61?
k
KotlinIsMyFav
02/28/2020, 10:08 PM
@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
louiscad
02/28/2020, 10:15 PM
Do you have a dependency on the Kotlin standard library?