Have a look at build.gradle and update ext.kotlin_...
# getting-started
z
Have a look at build.gradle and update ext.kotlin_version = '1.1.4-3' to the required version.
👍 1
b
adding
-3
worked a treat, thanks. As you said, not obvious (not to me anyway)
Any ideas about
Error:(5, 39) Kotlin: This declaration is only available since Kotlin 1.1 and cannot be used with the specified API version 1.0
looks like I’m using 1.1 so I don’t see the problem
relates to the statement
import kotlin.coroutines.experimental.EmptyCoroutineContext.plus
☝️ Ignore me … got past that one