An open API service indexing awesome lists of open source software.

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

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.