Skip to content

Commit

Permalink
Merge pull request #10 from respawn-app/1.2.0
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
Nek-12 authored Aug 26, 2023
2 parents d28a5ee + 7d6352c commit 3ebdf49
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 913 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ enjoy the expanded API of the things you are used to, relying on autocompletion
See documentation at [https://opensource.respawn.pro/kmmutils/](https://opensource.respawn.pro/kmmutils/)
Javadocs are at [/kmmutils/javadocs](https://opensource.respawn.pro/kmmutils/javadocs/)

## ‼️ ApiResult has moved! Find the new repository and migration guide at https://github.com/respawn-app/ApiResult ‼️

### Features

* [ApiResult](https://opensource.respawn.pro/kmmutils/#/apiresult): A monad for wrapping operations that may
fail. Similar to kotlin.Result, but offers extensive, clean DSL and better performance.
* [InputForms](https://opensource.respawn.pro/kmmutils/#/inputforms): A stateful and composable text input field
validation framework with clean DSL.
* [Common](https://opensource.respawn.pro/kmmutils/#/common): Kotlin standard library extensions
Expand All @@ -36,15 +36,13 @@ Javadocs are at [/kmmutils/javadocs](https://opensource.respawn.pro/kmmutils/jav
kmmutils = "< Badge above 👆🏻 >"

[dependencies]
kmmutils-apiresult = { module = "pro.respawn.kmmutils:apiresult", version.ref = "kmmutils" }
kmmutils-common = { module = "pro.respawn.kmmutils:common", version.ref = "kmmutils" }
kmmutils-datetime = { module = "pro.respawn.kmmutils:datetime", version.ref = "kmmutils" }
kmmutils-coroutines = { module = "pro.respawn.kmmutils:coroutines", version.ref = "kmmutils" }
kmmutils-inputforms = { module = "pro.respawn.kmmutils:inputforms", version.ref = "kmmutils" }

[bundles]
kmmutils = [
"kmmutils-apiresult",
"kmmutils-common",
"kmmutils-datetime",
"kmmutils-coroutines",
Expand All @@ -55,7 +53,7 @@ kmmutils = [
### Supported platforms

* Android [ `SDK21+` ],
* JVM [ `8+` ],
* JVM [ `11+` ],
* iOS [ `x64`, `ArmX64`, `macOSx64`, `macOSArm64` ]
* JS [ `browser`, `node.js` ]

Expand Down
19 changes: 0 additions & 19 deletions apiresult/build.gradle.kts

This file was deleted.

Loading

0 comments on commit 3ebdf49

Please sign in to comment.