
Enables the use of design tokens from the Green Design System in backend services, facilitating integration by adding dependencies in build configuration files.
Design tokens from the Green Design System, used to be able to send tokens in Backend services.
To use the library in your project, add the dependency to your build.gradle file:
// CommonMain in Kotlin Multiplatform projects
dependencies {
implementation("io.github.sebopensource:green-tokens:<latest-version>")
}
// In JVM projects
dependencies {
implementation("io.github.sebopensource:green-tokens-jvm:<latest-version>")
}Note: Replace
<latest-version>with the latest version of the library.
Design tokens from the Green Design System, used to be able to send tokens in Backend services.
To use the library in your project, add the dependency to your build.gradle file:
// CommonMain in Kotlin Multiplatform projects
dependencies {
implementation("io.github.sebopensource:green-tokens:<latest-version>")
}
// In JVM projects
dependencies {
implementation("io.github.sebopensource:green-tokens-jvm:<latest-version>")
}Note: Replace
<latest-version>with the latest version of the library.