From 67d39d80fac99846ee88b52059f941c0a99fc8ce Mon Sep 17 00:00:00 2001 From: Bennyhuo Date: Fri, 10 Dec 2021 18:12:10 +0800 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 14a013a..8767cb2 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -34,7 +34,7 @@ This library has been deloyed to maven center. implementation("com.bennyhuo.kotlin:deepcopy-reflect:1.5.31.0") ``` -## Apt +## Apt & Ksp If you concern about the runtime efficiency, apt may be the solution. You can simply annotate the data class you want to deep copy with a `DeepCopy` annotation: