Adam

Results 82 comments of Adam

Thanks for the report, this looks like something that we can fix easily by replacing `@InputDirectory` with `@InputFiles`. https://github.com/gradle/gradle/issues/2016#issuecomment-965126604 https://github.com/Kotlin/dokka/blob/623ee350ad054f7bd893cf03348fd10781fe0903/dokka-runners/dokka-gradle-plugin/src/main/kotlin/engine/plugins/DokkaVersioningPluginParameters.kt#L68-L71

Hi, thanks for the report. I agree that the `dokka-configuration.json` file should not be included in the final output. It's only intended for debugging purposes on a local or CI...

Hi @driessamyn, thanks for reporting the issue. I've checked the Kapper project and I reproduced error you reported. #### Fix To collect the generated docs into a JAR use different...

YouTrack tracking issue: https://youtrack.jetbrains.com/issue/KT-78276/DGPv2-document-dokkaJavadoc

Hi, thanks for the report. The error message `Task ':projec-2:dokkaGeneratePublicationHtml' uses this output of task ':projec-1:dokkaGeneratePublicationHtml' without declaring an explicit or implicit dependency.` indicates the buildscripts are doing some something...

https://ge.jetbrains.com is on Develocity 2024.1.3 (the version is in the footer at the bottom), but it's still a good idea to update the Develocity plugin now.

### "it just works" configuration I want to be able to apply Dokka to a project and it just works, with sensible defaults requiring no configuration. ### Performance Currently Dokka...

[Dokka 2.1.0 is out](https://github.com/Kotlin/dokka/releases/tag/v2.1.0), which means the DGPv2 plugin is enabled by default. So, I finally have the honour of closing this issue: Dokka Gradle plugin is fixed! I'm sure...

> Could you please rebase on a fresh master and resolve conflicts? Done. Please could you review this soon? It's difficult trying to keep migrated buildscripts up to date and...

> @adam-enko could you please help here? It's a recent change from #3492, so hopefully it's still fresh in memory Sure thing, it's a simple fix. Explanation of the situation:...