/kosp

A Sponge plugin-lib

Primary LanguageKotlin

kosp

A Sponge plugin-lib: Forum

Usage:

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    compile "com.github.randombyte-developer.kosp:kosp:v0.3.11.7"
}

Note: The kotlin runtime and stdlib is not shaded into Kosp to reduce the .jar size. The plugin using Kosp is likely to be written in Kotlin and because of that shading Kotlin libs itself. See build.gradle.