DOC

com.acornui.settings : com.acornui.settings.gradle.plugin

Maven & Gradle

Nov 22, 2020
1 stars

Settings plugin for faux composite builds with Acorn UI. · Creates a faux composite build with Acorn UI using the project property acornUiHome. If property acornUiHome is not set, this plugin will do nothing. Acorn dependencies should be declared using `com.acornui.build.plugins.util.acorn`. E.g.: ``` dependencies { implementation(acorn(project, "utils")) } ``` This is a workaround to issue KT-30285.

Table Of Contents

Latest Version

Download com.acornui.settings : com.acornui.settings.gradle.plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.acornui.settings : com.acornui.settings.gradle.plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x

How to open Javadoc JAR file in web browser

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

Advertisement