An open API service indexing awesome lists of open source software.

https://github.com/msrd0/fontawesome-kt

FontAwesome Metadata for Kotlin
https://github.com/msrd0/fontawesome-kt

List: fontawesome-kt

Last synced: 4 months ago
JSON representation

FontAwesome Metadata for Kotlin

Awesome Lists containing this project

README

          

# fontawesome-kt [![GitHub Actions](https://github.com/msrd0/fontawesome-kt/actions/workflows/kotlin.yml/badge.svg)](https://github.com/msrd0/fontawesome-kt/actions/workflows/kotlin.yml)

This library contains metadata about all icons included in Font Awesome.

This library is not affiliated with FontAwesome.

## Usage

```gradle
repositories {
mavenCentral()
maven { url = uri("https://maven.msrd0.de/repo/") }
}

dependencies {
// replace "" with the latest version
implementation "de.msrd0.fontawesome:fontawesome:"
}
```

> Why is this library not available on Maven Central?

Because I don't beg for the "privilege" to share my code with others.