Skip to content

feat(dokka): implement integrated Dokka support - #98

Merged
teogor merged 3 commits into
mainfrom
feature/dokka-integration
Jun 17, 2026
Merged

feat(dokka): implement integrated Dokka support#98
teogor merged 3 commits into
mainfrom
feature/dokka-integration

Conversation

@teogor

@teogor teogor commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Description

This PR implements integrated support for Dokka, streamlining the generation of API documentation for Kotlin projects through the winds extension.

Changes

  • DokkaUtils.kt: Created a new utility to handle Dokka plugin application.
  • WindsPlugin.kt: Integrated configureDokka into the plugin lifecycle.

Usage

Enable Dokka in your build.gradle.kts:

winds {
    features {
        dokka = true
    }
}

Verification

  • Verified that org.jetbrains.dokka is applied to the project when the feature is enabled.
  • Confirmed task availability (./gradlew dokkaHtml) after application.

@teogor teogor changed the title feat(dokka): implement Dokka integration feat(dokka): implement integrated Dokka support Jun 17, 2026
@teogor
teogor merged commit 1649da8 into main Jun 17, 2026
1 check passed
@teogor
teogor deleted the feature/dokka-integration branch June 17, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant