You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StdLib is a specific Kotlin library that can require supporting extra flags to analyse and build the documentation. For example, in Dokka K1 the flag ignoreCommonBuiltIns should be enabled to analyse stdlib.
Dokka K2 should have the possibility to generate correct documentation for stdlib.
The result documentation should have no difference from the output generated by Dokka K1.
Technical details
It can require enabling AnalysisFlags.allowKotlinPackage in the Analysis API. Also, extra analysis flags can be needed.
The text was updated successfully, but these errors were encountered:
First tests which are specific to stdlib and are failing now for K2 are added in #3349 to ObviousAndInheritedFunctionsDocumentableFilterTest (in the end of file). They are now muted with OnlyDescriptors until this issue is resolved
Currently, it is blocked by #3137 and (possible) https://youtrack.jetbrains.com/issue/KT-56076/K2-build-Kotlin-standard-library
StdLib is a specific Kotlin library that can require supporting extra flags to analyse and build the documentation. For example, in Dokka K1 the flag
ignoreCommonBuiltIns
should be enabled to analyse stdlib.Dokka K2 should have the possibility to generate correct documentation for stdlib.
The result documentation should have no difference from the output generated by Dokka K1.
Technical details
It can require enabling
AnalysisFlags.allowKotlinPackage
in the Analysis API. Also, extra analysis flags can be needed.The text was updated successfully, but these errors were encountered: