I am having issues running tests using `IO` I have...
# arrow
c
I am having issues running tests using
IO
I have a small repo here that shows the issue - https://github.com/yngbldjr/arrowio-test - I only have issues with running the tests - not with running the actual code. The error code I get is
Copy code
at test.TestIOTest$1.invokeSuspend(TestIOTest.kt:15)
        at test.TestIOTest$1.invoke(TestIOTest.kt)

        Caused by:
        java.lang.ClassNotFoundException: arrow.core.Continuation
            at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
            at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
            at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
            ... 45 more