lucide-kotlin

Delivers a collection of icons for seamless integration into projects, simplifying the process of adding visual elements through a straightforward installation and plugin application.

JS
GitHub stars1
Authorsdead8309
Dependents0
OSS Health
Creation datealmost 3 years ago

Last activityover 2 years ago
Latest release1.0.0 (almost 3 years ago)

lucide-kotlin

Maven Central

Installation

1. Add the mavenCentral() to your top-level

build.gradle:

repositories {
    mavenCentral()
}

2. Apply the plugin to your project.

Maven Central

// build.gradle.kts
dependencies {
    implementation("io.github.dead8309:lucide-kotlin:$latest_version")
}
JS
GitHub stars1
Authorsdead8309
Dependents0
OSS Health
Creation datealmost 3 years ago

Last activityover 2 years ago
Latest release1.0.0 (almost 3 years ago)

lucide-kotlin

Maven Central

Installation

1. Add the mavenCentral() to your top-level

build.gradle:

repositories {
    mavenCentral()
}

2. Apply the plugin to your project.

Maven Central

// build.gradle.kts
dependencies {
    implementation("io.github.dead8309:lucide-kotlin:$latest_version")
}