Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inkapplications/watermelon
🍉 Multiplatform Kotlin extensions
https://github.com/inkapplications/watermelon
Last synced: about 2 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T01:35:47.000Z (5 months ago)
- Last Synced: 2024-08-17T02:41:45.165Z (5 months ago)
- Language: Kotlin
- Homepage:
- Size: 456 KB
- Stars: 1
- Watchers: 3
- 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 dataMaven 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 extensionsMaven Coordinates: `com.inkapplications.watermelon:standard`