- Build the library fatJar with the command:
- Then get the generated jar on $projectDir/build/libs/unox-android-cli-all.jar
- Put it into the same folder as the nd.bat file located on the root of the repository
- Add this folder to the Windows path
- Creating a new android app module
nd generate androidapp $moduleName
- Creating a new android library module
nd generate androidlibrary $moduleName
- Creating a new javafx desktop app module
nd generate javafxapp $moduleName
- Creating a new multiplatform module with a default jvm source set
nd generate javampplibrary $moduleName