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")
}You can check the guidelines for how to use the palette.
🐈⬛ lighttigerXIV