Skip to content

Quick Start

  1. Open IntelliJ IDEA.
  2. Select New Project -> Java/Kotlin (Build System: 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.