Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.AssertionError: Recursion detected on input: uiSettingsChanged under LockBasedStorageManager@24ccdb0a (Dokka) #3513

Closed
HTGAzureX1212 opened this issue Mar 5, 2024 · 1 comment
Labels

Comments

@HTGAzureX1212
Copy link

HTGAzureX1212 commented Mar 5, 2024

Describe the bug
I am currently attempting to run Dokka to build documentation for a large project.

Expected behaviour
Dokka runs just fine after a while.

Screenshots
image

To Reproduce
Run Dokka on a relatively large project (~a hundred modules)

Dokka configuration
Configuration of dokka used to reproduce the bug

{
  "moduleName": "Some Project",
  "moduleVersion": "1.0.0.SNAPSHOT",
  "outputDir": "<output dir>",
  "sourceSets": [
    {
      "sourceSetID": {
        "scopeId": "moduleName",
        "sourceSetName": "main"
      },
      "sourceRoots": [
        /* around 100 modules */
      ]
    }
  ],
  "pluginsClasspath": [
    "./dokka-base-1.9.20.jar",
    "./kotlinx-html-jvm-0.11.0.jar",
    "./analysis-kotlin-descriptors-1.9.20.jar",
    "./freemarker-2.3.32.jar"
  ]
}

Installation

  • Operating system: Windows
  • Build tool: Cli
  • Dokka version: 1.9.20

Additional context
None

@vmishenev
Copy link
Member

I have closed it as a duplicate of #3565

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants