DOC

com.eygraber : uri-kmp-android

Maven & Gradle

Jul 30, 2023
63 stars

Uri KMP · A library for working with URIs in Kotlin Multiplatform

Table Of Contents

Latest Version

Download com.eygraber : uri-kmp-android Javadoc & API Documentation - Latest Versions:

All Versions

Download com.eygraber : uri-kmp-android Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file uri-kmp-android-0.0.14-javadoc.jar to uri-kmp-android-0.0.14-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder uri-kmp-android-0.0.14-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 "uri-kmp-android-0.0.14-sources.jar" -d "uri-kmp-android-0.0.14-javadoc" -subpackages 

Advertisement