Skip to content

alprshn/Kotlin_Note_App

Repository files navigation

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  

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages