v2.1.0 #164
aSemy
announced in
Announcements
v2.1.0
#164
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This new release of Dokkatoo brings some significant under-the-hood changes.
Automatic
all-projects-page-plugin
dependencyManually adding the
all-projects-page-plugin
is no longer necessary for multi-module projects - please remove this workaround:If necessary, Dokkatoo will detect when
all-projects-page-plugin
is missing and log a warning to help diagnose problems.Full Build Cache compatibility
Dokkatoo can now correctly use remote-build cache)
Updated default Dokka version to 1.9.10
If you manually overrode the version of Dokka that Dokkatoo uses and you want to use the default version, you can remove this.)
Improved handling of Android projects
Android projects with variants should be better supported - feedback is appreciated!)
Configurable Worker Isolation
In previous versions Dokkatoo ran Dokka Generator in a process isolated worker. For some projects this might be undesirable.
Dokkatoo can also run Dokka Generator in the current Gradle process, but with an isolated classpath.
dokkaGeneratorIsolation
can also be used to configure the default JVM parameters for running Dokka Generator in Process Isolation mode:Pull Request details
all-modules-page-plugin
is missing by @aSemy in log a warning ifall-modules-page-plugin
is missing #158New Contributors
Full Changelog: v2.0.0...v2.1.0
This discussion was created from the release v2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions