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

https://github.com/kylecorry31/luna

A kotlin algorithm / extension library (coroutines, hooks, etc)
https://github.com/kylecorry31/luna

Last synced: 5 months ago
JSON representation

A kotlin algorithm / extension library (coroutines, hooks, etc)

Awesome Lists containing this project

README

          

# Luna
A library of useful Kotlin utilities.

## Installation (Gradle)
Available on maven central.

```gradle
dependencies {
implementation 'com.kylecorry:luna:'
}
```