https://github.com/inkapplications/watermelon
🍉 Multiplatform Kotlin extensions
https://github.com/inkapplications/watermelon
Last synced: 3 months ago
JSON representation
🍉 Multiplatform Kotlin extensions
- Host: GitHub
- URL: https://github.com/inkapplications/watermelon
- Owner: InkApplications
- License: mit
- Created: 2020-07-02T19:53:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T12:41:40.000Z (about 1 year ago)
- Last Synced: 2025-04-19T17:36:37.476Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 542 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
🍉 Watermelon: Kotlin Multiplatform Extensions
=============================================
A collection of classes and extension methods for Kotlin and Android that
are common operations in Kotlin but not part of the standard library.
Structure
---------
This library is broken apart into modules that reflect the dependencies they
require:
### Android Extensions
Provides extensions specific to the Android platform.
Maven Coordinates: `com.inkapplications.watermelon:android`
### Coroutine Extensions
Provides extensions specific-to or requiring KotlinX Coroutines.
Maven Coordinates: `com.inkapplications.watermelon:coroutines`
### Data Extensions
Provides common abstractions for manipulating and storing data
Maven Coordinates: `com.inkapplications.watermelon:data`
### DateTime Extensions
Provides extensions for dates and times using the [kotlinx.datetime] library.
Maven Coordinates: `com.inkapplications.watermelon:datetime`
[kotlinx.datetime]: https://github.com/Kotlin/kotlinx-datetime
### Stdlib Extensions
Provides core kotlin extensions
Maven Coordinates: `com.inkapplications.watermelon:standard`