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.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window com.acornui.settings.gradle.plugin-0.5.49.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.