Hello, I switched to IR compiler and now I am gett...
# javascript
r
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
Do you have isolated example with described problem?
Whick Kotlin version do you use?
r
Currently using Kotlin JS 1.7.10
and no, no isolated example but I have noticed when I try MainScope().launch this is when I run intp the error
t
What about Kotlin
1.9.0
?
r
Working perfectly now haha. Thank you!
1