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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: