Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ A Kotlin compiler plugin that automatically generates mapping methods between da

KMapper is a Kotlin compiler plugin that provides code generation capabilities for mapping between data classes. It uses a fluent DSL syntax with the `mapper` extension function to transform objects from one type to another, with compile-time validation to ensure all required constructor parameters are mapped.

![KMapper Demo](static/demo.gif)

## Features

- **Kotlin 2.0+ Support**: Built with K2 compiler support (Kotlin 2.3.10)
Expand Down
Binary file removed static/demo.gif
Binary file not shown.
Loading