kotlin-examples
kotlin-examples copied to clipboard
No Dokka with Mixed Code Example
The Dokka example sets /project/build/sourceDirectory to the kotlin source folder which means that a separate java folder won't be compiled but omitting it causes dokka to not find the Kotlin sources. How do you get Dokka to work with a Mixed Code project?