-
Notifications
You must be signed in to change notification settings - Fork 561
Open
Labels
needs-triageIssues that need to be assigned.Issues that need to be assigned.
Description
Android framework version
net9.0-android
Affected platform version
.NET 9.0.304
Description
How is one supposed to generate documentation for bindings of android libraries written in kotlin? Am I missing something? Unless I'm blind, I didn't see anything related to kotlin in the docs.
Neither JavaSourceJar nor JavaDocJar appear to work.
I'm assuming that is because neither KDoc nor the javadoc format dokka produces (nor any other dokka output) is supported.
Steps to Reproduce
- Make an android library in Kotlin
- Add some documentation with KDoc comments to a class or function or somewhere
- Build the aar and either an androidSourcesJar or javadocJar with dokka
- Create a binding project
- Add item group entries for the AndroidLibrary to the aar and either JavaSourceJar or JavaDocJar to the corresponding jar.
- Set property group entries for GenerateDocumentationFile to true and AndroidJavadocVerbosity to full
- Build
- Observe no documentation in the output xml.
Did you find any workaround?
No response
Relevant log output
Metadata
Metadata
Assignees
Labels
needs-triageIssues that need to be assigned.Issues that need to be assigned.