/lucide-kotlin

Kotlin types for lucide icons

Primary LanguageKotlin

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")
}