when I add the kotlinx dependencies I get the foll...
# webassembly
k
when I add the kotlinx dependencies I get the following error:
Copy code
> Task :compileKotlinWasm FAILED
e: java.lang.AssertionError: Built-in class kotlin.Unit is not found
        at org.jetbrains.kotlin.builtins.KotlinBuiltIns$3.invoke(KotlinBuiltIns.java:93)
I have not yet imported any of the functions/classes from library. When I comment the dependencies out, the app works fine. Any suggestions?