Adam
Adam
I've removed this from the 2.1.0 milestone because we want to focus on releasing DGPv2 as default, and this issue has a workaround (opt-in to DokkaInternalApi).
Observation: When I comment out the KDoc of the `forEachIndices` function in `collections.kt`, the task `:coil-core:dokkaGeneratePublicationHtml` succeeds. ```diff - /** @see forEach */ + ///** @see forEach */ internal inline...
Hi, thanks for reporting this 👋 In Dokka Gradle Plugin v2 we have planned to make it easier to create new format plugins. However, the functionality will still be experimental...
DGPv2 is now released, and has a new, easier method of creating custom format Dokka Gradle plugins. Accessing the private `setupDokkaTasks()` function is no longer necessary. For an example of...
> I needed to run `build` after updating KGP to 2.0.0 to see if anything fails locally, thinking "if it builds locally - I'll open a PR and it'll trigger...
Here's a summary of the reasonable options, in tabular form. What I want to demonstrate is that I'm not sure how to achieve the tasks with ❓ in this PR,...
> * I want to run all verifications - `check integrationTest` > * I want to run quick verifications - `check` These two make sense, thanks. > * I want...
> As for the fix inside DGPv2, we could probably change the fallback to just the name of the sourceSet instead of `platform.displayName`? cc [@adam-enko](https://github.com/adam-enko) Yeah, that makes sense to...
It looks like there's a bug (not sure where, it could be DGP or Dokka Generator?) which removes a path element from the URL, so when opening the page locally...
> Which of the two solutions has been adopted? The actual reported issue is fixed by setting a distinct `modulePath` for the root project - see [the KDoc](https://github.com/Kotlin/dokka/blob/71fa92f1ecf056486ca1cddb8b8f737b4288fc40/dokka-runners/dokka-gradle-plugin/src/main/kotlin/DokkaExtension.kt#L80-L104) for more...