pguardiola
04/08/2022, 8:14 PMUncaught Kotlin exception: kotlin.IllegalStateException: There is no event loop. Use runBlocking { ... } to start one.
kpgalligan
04/09/2022, 11:42 PMgradle.properties
with kotlin.native.binary.memoryModel=experimental
. I saw that later you added the -mt
version, but you don’t need that if you’re running in the new memory modelpguardiola
04/10/2022, 12:27 AM