Kotlin 1.3 missing coroutines library

Hi,

How come kotlin 1.3 is supported but not the coroutines library?

When i try to add the following import it says that it can’t find the package:

import kotlin.coroutines.*


https://kotlinlang.org/docs/reference/coroutines-overview.html
https://kotlinlang.org/docs/reference/whatsnew13.html

2 Likes

we’ll do an update of languages after the contest. I’ll see if we can add coroutines to Kotlin

Great! I guess I have to fiddle with coroutines in the next contest then… :slight_smile:

@TwoSteps Any progress on this?

Edit: Nvm. Coroutines seems to be working now! :slight_smile:

1 Like