Adam
Adam
I saw a relevant blog post today: https://publicobject.com/2022/05/01/eventlisteners-are-good/ Here are the key snippets > [W]e created an abstract class with functions for each of our would-be log statements: > >...
I've tried working with Warden but it's really hard to see what to do, or the best way to achieve my goals. Part of the problem is the limited KDoc,...
Thanks for the report! As we discussed I think this related to #165. I'm not sure though, so it needs some investigation.
Thanks for the reproducer, I got the same problem. I added a workaround for #165, and tested your project with Dokkatoo 2.2.0-SNAPSHOT, and it solved the issue and Dokkatoo generation...
> In which repository can I find 2.2.0-SNAPSHOT? My project isn't finding it. Maven Central snapshots ```kotlin // settings.gradle.kts pluginManagement { repositories { mavenCentral() gradlePluginPortal() // add Maven Central snapshot...
Thanks! I really appreciate you digging into it. I can reproduce it but I have no idea where to start with debugging it :( It also looks like #173 didn't...
Ah right, yeah, I missed the context. So... ### Dokka Generator modes There are basically three modes Dokka Generator works in: 1. A single subproject → a rendered publication (no...
> To clarify, `all-modules-page-plugin` is a plugin for the Dokka generator, not a Gradle plugin, right? Correct! (The terminology is very confusing.) There's more info about Dokka Plugins here: https://kotlin.github.io/dokka/1.9.20/developer_guide/plugin-development/introduction/...
@martinbonnin made a smaller reproducer, but I haven't retested it with 2.2.0 https://github.com/martinbonnin/reproducer-attributes
hey @CLOVIS-AI, would you mind checking if Dokkatoo v2.3.0-SNAPSHOT makes any difference, when you have a chance? I'm wondering if https://github.com/adamko-dev/dokkatoo/pull/204 might help.