8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, when trying to run the docJar task for dotty projects, it fails with an error that it could not load the class scala.tools.nsc.ScalaDoc.
docJar
scala.tools.nsc.ScalaDoc
The docJar task needs to load the class dotty.tools.dottydoc.DocDriver for dotty projects.
dotty.tools.dottydoc.DocDriver