Tomas Kormanak
05/13/2025, 11:30 AM* What went wrong:
Execution failed for task ':app:dokkaGeneratePublicationHtml'.
> A failure occurred while executing org.jetbrains.dokka.gradle.workers.DokkaGeneratorWorker
> 'void com.fasterxml.jackson.databind.type.TypeFactory.<init>(com.fasterxml.jackson.databind.util.LRUMap)'
I tried this workaround to force dokka to use older Jackson, but it seems it does not work.
https://github.com/Kotlin/dokka/issues/3472#issuecomment-2244628081
Any idea how to solve it?Oleg Yukhnevich
05/15/2025, 12:29 PM