Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Monarch #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,11 @@ your Compose apps.
[![Maven Central](https://img.shields.io/maven-central/v/com.prof18.rssparser/rssparser)](https://central.sonatype.com/namespace/com.prof18.rssparser)
> RSS Parser is a Kotlin Multiplatform library for parsing RSS and Atom feeds. It supports Android, iOS, and the JVM.

[Monarch](https://github.com/kevincianfarini/monarch) - Multiplatform, multi module, type safe feature flagging.
[![GitHub Repo stars](https://img.shields.io/github/stars/kevincianfarini/monarch?style=flat)](https://github.com/kevincianfarini/monarch)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.kevincianfarini.monarch/core)](https://central.sonatype.com/namespace/io.github.kevincianfarini.monarch)
> Monarch is a small, flexible, type safe, and multiplatform abstraction for feature flags.

## Suggest your an idea
[What libraries are you missing?](https://github.com/terrakok/kmm-awesome/discussions/7)

Expand Down