Daverix
#1
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
Daverix
#3
Great! I guess I have to fiddle with coroutines in the next contest then… 
Daverix
#4
@TwoSteps Any progress on this?
Edit: Nvm. Coroutines seems to be working now! 
1 Like