Hello, I switched to IR compiler and now I am getting an uncaught ClassCastException Error with kotlinx coroutines when I try to use mainscope. Any way to resolve this?
✅ 1
t
turansky
08/18/2023, 7:27 PM
Do you have isolated example with described problem?
turansky
08/18/2023, 7:28 PM
Whick Kotlin version do you use?
r
Richard Ulysse
08/18/2023, 7:31 PM
Currently using Kotlin JS 1.7.10
Richard Ulysse
08/18/2023, 7:32 PM
and no, no isolated example but I have noticed when I try MainScope().launch this is when I run intp the error