kartoffelsup
02/14/2019, 5:29 PMException in thread "main" java.lang.NoClassDefFoundError: Could not initialize class arrow.core.Either$Left
at arrow.core.Either$Companion.left(Either.kt:173)
at arrow.core.EitherKt.Left(Either.kt:196)
at arrow.effects.IORunLoop.loop(IORunLoop.kt:182)
at arrow.effects.IORunLoop.startCancelable(IORunLoop.kt:27)
at <http://arrow.effects.IO|arrow.effects.IO>$Companion$asyncF$1.invoke(IO.kt:58)
at <http://arrow.effects.IO|arrow.effects.IO>$Companion$asyncF$1.invoke(IO.kt:26)
at arrow.effects.IORunLoop$suspendInAsync$1.invoke(IORunLoop.kt:145)
at arrow.effects.IORunLoop$suspendInAsync$1.invoke(IORunLoop.kt:17)
at arrow.effects.IORunLoop.loop(IORunLoop.kt:211)
at arrow.effects.IORunLoop.start(IORunLoop.kt:20)
at arrow.effects.IO.unsafeRunAsync(IO.kt:112)
at arrow.effects.internal.Platform.unsafeResync(Utils.kt:62)
at <http://arrow.effects.IO|arrow.effects.IO>$Async.unsafeRunTimedTotal$arrow_effects_data(IO.kt:183)
at arrow.effects.IO.unsafeRunTimed(IO.kt:135)
at arrow.effects.IO.unsafeRunSync(IO.kt:132)
at NoClassDefReproKt.main(NoClassDefRepro.kt:55)
Is this a bug or am I doing it wrong?Paolo Gavočanov
02/14/2019, 6:04 PMPaolo Gavočanov
02/14/2019, 6:05 PMdelay
instead of Thread.sleep
but it’s not possible….kartoffelsup
02/14/2019, 6:50 PMkartoffelsup
02/14/2019, 6:51 PMkartoffelsup
02/15/2019, 2:22 PMkartoffelsup
02/16/2019, 7:28 AM