Skip to content

Repository files navigation

Mono Code for Kotlin

Install

Add jitpack.io to your settings.gradle.kts:

dependencyResolutionManagement {
  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  repositories {
    mavenCentral()
    maven { url = uri("https://jitpack.io") } // Add This
  }
}

Add the library in your dependencies:

dependencies {
  implementation("com.github.Mono-Code-Scheme:scheme-kt:1.0.0")
}

Usage

You can check the guidelines for how to use the palette.

Maintainers

🐈‍⬛ lighttigerXIV

Releases

Packages

Contributors

Languages