Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to produce documentation only for src/main/kotlin in a Java + Kotlin project #1466

Closed
sdeleuze opened this issue Sep 12, 2020 · 1 comment
Labels
question A user question, can be resolved if the question is answered/resolved

Comments

@sdeleuze
Copy link

sdeleuze commented Sep 12, 2020

Hey, I am working on migrating Spring Framework Kdoc from Dokka 0.10 to Dokka 1.4, see the WIP commit.

My current issue is that documentation is generated for both Java and Kotlin code, even if I have specified sourceRoots.setFrom(file("src/main/kotlin")).

Could you please let me know how can I generate the documentation only for Kotlin code, not Java one?

@sdeleuze sdeleuze added the question A user question, can be resolved if the question is answered/resolved label Sep 12, 2020
sellmair added a commit to sellmair/spring-framework that referenced this issue Sep 14, 2020
@sellmair
Copy link
Member

Closing this issue with an answer:
https://github.com/sellmair/spring-framework/tree/dokka-1466

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A user question, can be resolved if the question is answered/resolved
Projects
None yet
Development

No branches or pull requests

2 participants