Update org.jetbrains.dokka to v1.6.21 #9
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.10
->1.6.21
1.6.10
->1.6.21
Release Notes
Kotlin/dokka
v1.6.21
This is a bugfix release that mostly enables building documentation for multiplatform projects that utilize
.klib
libraries.Changes
jsoup
dependency to avoid CVE-2021-37714 (#2448)Bugfixes
KLIB
libraries for common platform, previously led toERROR CLASS
instead of references in documentation (#2441)v1.6.20
Features
documentedVisibilities
setting that allows including/excluding any visibility modifier in documentation. This is a more flexible replacement forincludeNonPublic
, which has now been deprecated (Introduce documentedVisibilities setting Kotlin/dokka#2270)HTML format changes
val
/var
keywords and default values (Enhance generated primary constructor signature for html format Kotlin/dokka#2313)Bugfixes
OutOfMemoryError: Metaspace
-related issues for the majority of cases (Use sourceRoots as samples dirs by default Kotlin/dokka#2216)@
symbol within code blocks in.md
files doesn't lead to cropped documents anymore (Fix using@
symbol inside code block Kotlin/dokka#2418)isBoolean
instead ofgetBoolean
(Fix java getter / setter name generation Kotlin/dokka#2356), thanks to @CharlesG-Branch!FileWriter
Kotlin/dokka#2312, Close Input/Output streams Kotlin/dokka#2319)Plugin API Changes
General Improvements
package-info.java
(Collect annotations from package-info.java Kotlin/dokka#2331), thanks to @ember-rose!<h1>
/<h2>
/<h3>
) in Javadoc (Add support for header tags in Javadoc Kotlin/dokka#2345), thanks to @asfalcone!expect
-actual
keywords (Add option to merge implicit expect-actual declarations Kotlin/dokka#2316)Known issues
.klib
libraries may experience problems. There will be a separate1.6.21
release that will address this issue shortly.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.