From cc8a8ec8be936b4b8bf70193f696e2f07286907d Mon Sep 17 00:00:00 2001 From: Alejandro Serrano Date: Sat, 19 Oct 2024 11:49:14 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 19aeceb..c01a5be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> This project is currently on maintenance mode. We recommend to try [Kopy](https://github.com/JavierSegoviaCordoba/kopy) +> if you need a similar feature for Kotlin 2.x. + One of the great features of Kotlin [data classes](https://kotlinlang.org/docs/data-classes.html) is their [`copy` method](https://kotlinlang.org/docs/data-classes.html#copying). But using it can become cumbersome very quickly, because you need to repeat the name of the field before and after.