Hi. I am having issues trying to implement a simple channel based scheme using Kotlin coroutines. It was originally written using Goroutines (Golang). It's really about two coroutines using a channel to send some value, receiving it, and send it back again.