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
After applying the plugin and running build throws the following error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':backend:jvm:test'.
> Could not resolve all files for configuration ':backend:jvm:testRuntimeClasspath'.
> Failed to transform kotlinx-coroutines-debug-1.10.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.1) to match attributes {artifactType=jar, dev.reformator.stacktracedecoroutinator.transformedVersion4=0, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.jvm.environment=standard-jvm, org.gradle.jvm.version=8, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime, org.jetbrains.kotlin.platform.type=jvm}.
> Execution failed for DecoroutinatorTransformAction: /Users/sgopal1/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-debug/1.10.1/894ec9b16eb3bb3b39037afb7eb7c86e746f5844/kotlinx-coroutines-debug-1.10.1.jar.
> duplicate entry: META-INF/versions/9/module-info.class
The text was updated successfully, but these errors were encountered:
I am using the latest version of the librray with
After applying the plugin and running build throws the following error
The text was updated successfully, but these errors were encountered: