I am currently facing the following errors:
Caused by: java.lang.RuntimeException: Duplicate class _COROUTINE.ArtificialStackFrames found in modules compose-preview-renderer-0.0.1-alpha01.jar -> compose-preview-renderer-0.0.1-alpha01 (com.android.tools.compose:compose-preview-renderer:0.0.1-alpha01) and kotlinx-coroutines-core-jvm-1.7.3.jar -> kotlinx-coroutines-core-jvm-1.7.3 (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3)
Moreover, there are:
Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
and
Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'kotlin/reflect/reflect.kotlin_builtins' from inputs:
and again
Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'kotlin/reflect/reflect.kotlin_builtins'.
I have tried Invalidate Caches and then ChatGPT. Things are not going well. Any suggestions?