Skip to content

Commit cc8a8ec

Browse files
authored
Update README.md
1 parent ea0fe6b commit cc8a8ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
One of the great features of Kotlin [data classes](https://kotlinlang.org/docs/data-classes.html) is
25
their [`copy` method](https://kotlinlang.org/docs/data-classes.html#copying). But using it can become cumbersome very
36
quickly, because you need to repeat the name of the field before and after.

0 commit comments

Comments
 (0)