Delivers a collection of icons for seamless integration into projects, simplifying the process of adding visual elements through a straightforward installation and plugin application.
1. Add the mavenCentral() to your top-level
mavenCentral()
build.gradle:
build.gradle
repositories { mavenCentral() }
2. Apply the plugin to your project.
// build.gradle.kts dependencies { implementation("io.github.dead8309:lucide-kotlin:$latest_version") }