Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 340 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 340 Bytes

Kotlin_Note_App V1

Documentation Dokka

Documentation rules for Kotlin in this link https://kotlinlang.org/docs/kotlin-doc.html

Setup Dokka

This will be written in build.gradle(Module:app).

plugins {
    id("org.jetbrains.dokka") version "1.8.20"
}

and to start it in terminal.

 ./gradlew dokkaHtml