You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same here, and with D8 disabled, I get this error: Cause: class name (kotlinx/coroutines/experimental/scheduling/LimitingDispatcher) does not match path (META-INF/versions/9/kotlinx/coroutines/experimental/scheduling/LimitingDispatcher.class)
I'll close it as a duplicate of #510, since it is all caused by the fact that Android toolchain does not (yet) support multi-version jar files. Let's see whether we can find a good workaround as a part of discussion in #510 and what be a proper way forward.
Program type already present: kotlinx.coroutines.experimental.internal.LockFreeMPMCQueueNode
Message{kind=ERROR, text=Program type already present: kotlinx.coroutines.experimental.internal.LockFreeMPMCQueueNode, sources=[Unknown source file], tool name=Optional.of(D8)}
Program type already present: kotlinx.coroutines.experimental.internal.LockFreeMPSCQueueCore
Message{kind=ERROR, text=Program type already present: kotlinx.coroutines.experimental.internal.LockFreeMPSCQueueCore, sources=[Unknown source file], tool name=Optional.of(D8)}
Program type already present: kotlinx.coroutines.experimental.internal.LockFreeLinkedListNode
Message{kind=ERROR, text=Program type already present: kotlinx.coroutines.experimental.internal.LockFreeLinkedListNode, sources=[Unknown source file], tool name=Optional.of(D8)}
The text was updated successfully, but these errors were encountered: