dead8309 / lucide-kotlin

Kotlin types for lucide icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kotlin types for lucide icons


Languages

Language:Kotlin 100.0%