Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.55 KB

File metadata and controls

49 lines (32 loc) · 1.55 KB

core-exts

This library only provides the core components for implementing / load external plugins to access specific content. It can be used in JVM and Android applications.

License

Usage

  1. Add it to your root build.gradle at the end of repositories:

    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }
  2. Add the dependency (in your Java / Kotlin / Android project)

    dependencies {
       implementation("com.github.UsagiApp:core-exts:$version")
    }

    Versions are available on JitPack

    When used in Android projects, core library desugaring with the NIO specification should be enabled to support Java 8+ features.

  3. Usage in code

    TODO

License

GNU GPLv3 Image

You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions. See LICENSE for more details.