Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 218 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 218 Bytes

Luna

A library of useful Kotlin utilities.

Installation (Gradle)

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.kylecorry31:luna:<version>'
}