Skip to content

Commit

Permalink
Added project Mappie (#961)
Browse files Browse the repository at this point in the history
* Added Mappie

* Added some more tags
  • Loading branch information
stefankoppier authored Sep 27, 2024
1 parent dd9e3f7 commit 88d5218
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/links/Libraries.awesome.kts
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,12 @@ category("Libraries/Frameworks") {
setPlatforms(ANDROID, COMMON, IOS, JS, JVM, NATIVE, WASM)
setTags("data-class", "compiler-plugin", "value-based-classes", "binary-compatibility")
}
link {
github = "Mr-Mappie/mappie"
desc = "Kotlin compiler plugin generating type-safe and performant object mapping code."
setPlatforms(ANDROID, COMMON, IOS, JS, JVM, NATIVE, WASM)
setTags("compiler-plugin", "object-mapping", "utility", "conversion")
}
}
subcategory("Continuous Integration") {
link {
Expand Down

0 comments on commit 88d5218

Please sign in to comment.