I'll be teaching an Intro CS class using Kotlin and want to install good habits, such as writing KDoc and running Dokka. Unfortunately, this doesn't seem to be simple in IntelliJ. The default build system apparently does not support Dokka, and it's not provided in the Gradle and Maven new project templates. I see that I could have students install the Dokka plugin and then manually apply the plugin. What is the least painful way to get new students using KDoc/Dokka? https://blog.jetbrains.com/kotlin/2021/11/dokka-beta/
Ellen Spertus
09/03/2022, 2:34 AM
I'm working on create a template project that uses Gradle but can't figure out how to include all
package.md
files, regardless of what directories they appear in (the way all source code is included, regardless of directory). I tried: