DOC

io.sunland : kotlin-uikit

Maven & Gradle

Nov 14, 2022
50 stars

kotlin-uikit · Kotlin/JS wrapper for UIkit

Table Of Contents

Latest Version

Download io.sunland : kotlin-uikit Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file kotlin-uikit-3.13.7-pre.21-javadoc.jar to kotlin-uikit-3.13.7-pre.21-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder kotlin-uikit-3.13.7-pre.21-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "kotlin-uikit-3.13.7-pre.21-sources.jar" -d "kotlin-uikit-3.13.7-pre.21-javadoc" -subpackages 

Advertisement