https://github.com/nomisrev/kotlineffectsplayground
A playground for experimenting with composing effects similar to Effekt, or Haskell's Eff
https://github.com/nomisrev/kotlineffectsplayground
Last synced: 8 months ago
JSON representation
A playground for experimenting with composing effects similar to Effekt, or Haskell's Eff
- Host: GitHub
- URL: https://github.com/nomisrev/kotlineffectsplayground
- Owner: nomisRev
- License: apache-2.0
- Created: 2021-10-09T11:04:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T15:40:09.000Z (over 4 years ago)
- Last Synced: 2025-06-09T15:09:09.831Z (about 1 year ago)
- Language: Kotlin
- Size: 33.2 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arrow-MPP-Template
A template project for Arrow on MPP.
It defines currently supported targets from Arrow inside `build.gradle.kts`.
See the official documentation [here](https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#setting-up-targets) on target definiton.
It sets up all Arrow MPP dependencies:
- Arrow Core
- Arrow Fx
- Arrow Optics
And it sets up [Kotest 5.0.0.M1](https://kotest.io/) for allowing testing of all targets.