Ivan “CLOVIS” Canet
Ivan “CLOVIS” Canet
> My only guess is that since :core only has a single const val and no other code then Dokka won't generate anything. Could you try adding a class into...
I managed to reproduce the issue using the sample in the convention plugin repository directly. This is more convenient, because it allows editing the plugins to try fixes. To reproduce:...
Interesting, I managed to reproduce the issue in a project that does not use the convention plugins at all (by simply inlining them), see the branch `11-reproduce-dokkatoo` in https://gitlab.com/opensavvy/automation/gradle-conventions.git. I'm...
Uh, found the problems. ### Incorrect fix for #14 Incorrect: ```kotlin dependencies { // This is required at the moment, see https://github.com/adamko-dev/dokkatoo/issues/14 dokkatoo.versions.jetbrainsDokka.map { dokkaVersion -> "org.jetbrains.dokka:all-modules-page-plugin:$dokkaVersion" } } ```...
Completely unrelated, but thanks for the great plugin! Essentially all my projects have migrated to it :)
I wonder if there is a way to ask Gradle whether a plugin is on the classpath, and emit a warning if it isn't? That's a pretty big footgun, and...
Do you know if it would be possible to display the Dokka memory usage in a build scan? The memory usage for the Gradle daemon itself is included, I'm not...
Well, the great news is updating to Dokkatoo 2.1.0 fixed the OOM. Still no idea what it was caused by, but it's not that important now. Please ping me if...
Sorry for the late reply too :sweat: It's 1.9.10
From what I gather, the final objective is to have as much as possible in this repository, and avoid using the Arrow Gradle Config repo altogether? If so, what's your...