seeing a strange error when trying to publish a sn...
# k2-adopters
n
seeing a strange error when trying to publish a snapshot of doodle using 2.0.0-Beta4. this image file is within my root directory (not in the root/Core as the error states) but it seems to be mistaken for a source file. is this a known issue?
Copy code
> Task :controls:wasmJsJar
kotlinx.coroutines.JobCancellationException: Parent job is Cancelling; job=ScopeCoroutine{Cancelling}@7415da4b
Caused by: kotlin.io.NoSuchFileException: /###/doodle/Core/doodle_repo_image_shorter.png: The source file doesn't exist.
	at kotlin.io.FilesKt__UtilsKt.copyRecursively(Utils.kt:294)
	at kotlin.io.FilesKt__UtilsKt.copyRecursively$default(Utils.kt:288)
	at org.jetbrains.dokka.base.renderers.FileWriter$copyFromDirectory$2.invokeSuspend(FileWriter.kt:56)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:749)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
kotlinx.coroutines.JobCancellationException: Parent job is Cancelling; job=ScopeCoroutine{Cancelling}@7415da4b
Caused by: kotlin.io.NoSuchFileException: /###/doodle/Core/doodle_repo_image_shorter.png: The source file doesn't exist.
	at kotlin.io.FilesKt__UtilsKt.copyRecursively(Utils.kt:294)
Failed to write org.jetbrains.dokka.base.renderers.FileWriter@47422d22. Parent job is Cancelling
Failed to write org.jetbrains.dokka.base.renderers.FileWriter@47422d22. Parent job is Cancelling