Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Dokka example with multi module Android projects #62

Open
CoderSpinoza opened this issue Oct 26, 2017 · 5 comments
Open

Dokka example with multi module Android projects #62

CoderSpinoza opened this issue Oct 26, 2017 · 5 comments
Assignees

Comments

@CoderSpinoza
Copy link

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.

@itisbugra
Copy link

No comments on this?

@zach-klippenstein
Copy link

There are some examples on this issue, but it all looks very hacky.

@kamildoleglo
Copy link
Contributor

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

@alixwar
Copy link

alixwar commented Aug 12, 2020

@kamildoleglo Is your basic example still applicable for version 1.4.0-rc you think?

Update: Probably not. A lot seems to have changed.

@kamildoleglo
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants