Carter Youngblood
02/18/2020, 10:11 PMIO
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
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