It looks like dokka 0.10 won’t run on anything pos...
# dokka
e
It looks like dokka 0.10 won’t run on anything post Java 9 and 0.11.0-dev-41 gives me errors about multiple extensions being registered even without any explicit configuration in my pom. any suggestions on how to resolve this?
b
If you find a way to get it to work I'm interested
(0.11)
I'm surprised that all the tests passes but it still fails in a project. I'm trying to make something right now see if I can reproduce it
What JDK are you using?
e
i'm using 11.0.5, personally
b
ok I have 13 installed already so I'll give it a try with 13 first
hmm seems to have built properly for me
yep
so JDK13 and kotlin 1.4-M1 seems to build ok
can you share a minimal project that doesn't work?
e
Atm no. It's one module in a large project
b
Check, maybe it is detecting which extensions to load automatically and one of them is not working well
e
here’s the full error: [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/samplesTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/styleAndScriptsAppender, Extension: org.jetbrains.dokka.base.DokkaBase/resourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/searchPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedStrikethroughTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator ] [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@491ef938 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@4a2f2c22 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@74c6cb66 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@21fd62a6 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@53a69315 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@60dbfb7f cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@220481f9 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@36cd715c cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@28245340 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@1bec36ee cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@1a57c7c2 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@16d05123 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@4111bcd6 cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@3bb0a95c cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@1f7d003f cannot be resolved to symbol! [ERROR] com.intellij.psi.impl.compiled.ClsAnnotationImpl@b3013ba cannot be resolved to symbol! [WARNING] Could not find descriptor for $ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.902 s [INFO] Finished at: 2020-05-11T135238-04:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.jetbrains.dokkadokka maven plugin0.11.0-dev-41:javadoc (javadoc) on project quarkus-hibernate-orm-panache-kotlin: Execution javadoc of goal org.jetbrains.dokkadokka maven plugin0.11.0-dev-41:javadoc failed: ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer was expected to have exactly one extension registered, but none was found. -> [Help 1]