Hi, I've upgraded version of Jackson in our projec...
# dokka
t
Hi, I've upgraded version of Jackson in our project and dokka plugin stopped working. It says
Copy code
* 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?
o
Do you have a reproducer somewhere? It's hard to say what's going on without it Do you also have the Spring project? Or how do you configure jackson dependencies?