We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0fe6b commit cc8a8ecCopy full SHA for cc8a8ec
README.md
@@ -1,3 +1,6 @@
1
+> This project is currently on maintenance mode. We recommend to try [Kopy](https://github.com/JavierSegoviaCordoba/kopy)
2
+> if you need a similar feature for Kotlin 2.x.
3
+
4
One of the great features of Kotlin [data classes](https://kotlinlang.org/docs/data-classes.html) is
5
their [`copy` method](https://kotlinlang.org/docs/data-classes.html#copying). But using it can become cumbersome very
6
quickly, because you need to repeat the name of the field before and after.
0 commit comments