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)
- Host: GitHub
- URL: https://github.com/kylecorry31/luna
- Owner: kylecorry31
- License: mit
- Created: 2023-07-22T13:15:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T14:40:20.000Z (over 1 year ago)
- Last Synced: 2025-02-08T02:23:32.871Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:'
}
```