Hi all 👋
I have been working on re-writing the Dokka Gradle plugin to make it more compatible with the Gradle API. Today I finished compatibility with the Gradle Configuration Cache 🎉
The plugin is called Dokkatoo dokkatoo, and it’s published on the Gradle Plugin Portal
https://github.com/adamko-dev/dokkatoo
It’s very rough around the edges, so please consider it an alpha. I’d really appreciate it if you could give it a go and make a GitHub issue if there are any problems, especially if you’re Gradle-savvy, or if (like me) you’ve been avoiding using Dokka because of the Gradle plugin compatibility.
I’ve been working with @Ignat Beresnev on this (a shout out for his help!), and our goal is to merge Dokkatoo into the main Dokka repo.
dokkatoo 7
👍 3
K 6
👍🏾 1
i
Ignat Beresnev
02/24/2023, 6:56 PM
I can confirm that Adam has been helping us tremendously with re-writing Dokka's Gradle plugin to be idiomatic and modern, and
dokkatoo
is a giant leap in that direction!
We haven't looked closely at the configuration DSL / UX yet, so there might be changes
But I would encourage you to give it a go to see if you have any problems. It would help Dokka a lot!
👍 2
👍🏻 1
thank you color 1
j
Javier
02/25/2023, 10:58 AM
this like a EAP of dokka?
a
Adam S
02/25/2023, 11:50 AM
I want it to be an EAP yes, but really that’s up to JetBrains
Adam S
02/25/2023, 9:19 PM
note that I’m only working on the Dokka Gradle plugin - I’m not planning to make any changes to the actual Dokka documentation generator