Quick Start
1. Create the Project
Section titled “1. Create the Project”- Open IntelliJ IDEA.
- Select New Project -> Java/Kotlin (Build System: Gradle).
2. Configure Gradle
Section titled “2. Configure Gradle”Open your build.gradle file and add the repository and dependency:
repositories { mavenCentral() maven { url 'https://jitpack.io' }}
dependencies { // Replace 2.1.0 with your preferred version implementation 'com.github.dervarex.minified:minified-launch:2.1.0'}Now, reload the Gradle project to download the dependencies.
Once that finishes, you can start coding your launcher.