Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 796 Bytes

dokka-gradle-kotlin ci-badge

This project demonstrates basic Dokka usage for Kotlin with Gradle's Kotlin DSL. Note that Dokka appears to be opinionated that all files intended for documentation should be in packages.

Usage

  1. Install Gradle.
  2. From bash on Linux, or PowerShell or Git Bash on Windows, type ./gradlew from the top level of this project.
  3. Explore your local ./build/dokka directory for output results.