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
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
The repo seems to lack a Dokka example with multi module Android projects, where the doc has to encompass all subprojects.
Whie it is documented well on how to use Dokka for a single project on Dokka github page, it isn't for Android multi module project. Therefore, having this example on this repo would help a lot of developers configure their dokka configurations.
The text was updated successfully, but these errors were encountered:
Hi there, I've made a basic example of a multiproject generation for classic Kotlin code. It also works for Android projects but because there is no "compileKotlin" task in those, you have to replace it with eg. "compileReleaseKotlin". Hope this helps! 🙂 #103
Unfortunately not, there is however a multimodule example there, created by @sellmair, just not for Android specifically but that shouldn't be an issue
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The repo seems to lack a Dokka example with multi module Android projects, where the doc has to encompass all subprojects.
Whie it is documented well on how to use Dokka for a single project on Dokka github page, it isn't for Android multi module project. Therefore, having this example on this repo would help a lot of developers configure their dokka configurations.
The text was updated successfully, but these errors were encountered: