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 KOMM Library #109

Open
wants to merge 3 commits 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 @@ -1167,6 +1167,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.

[KOMM](https://github.com/Scogun/komm) - Kotlin Object Multiplatform Mapper
[![GitHub Repo stars](https://img.shields.io/github/stars/Scogun/komm?style=flat)](https://github.com/Scogun/komm)
[![Maven Central](https://img.shields.io/maven-central/v/com.ucasoft.komm/komm-annotations)](https://central.sonatype.com/namespace/com.ucasoft.komm/komm-annotations)
> Kotlin Object Multiplatform Mapper which generates mapping function via KSP and supports multi-mapping, converters, resolvers, null-substitute etc.

## Contribution guide
Feel free to contribute. Follow common style and welcome!
Few rules:
Expand Down