Skip to content

Commit a66f2ee

Browse files
committed
upd readme
1 parent cd35587 commit a66f2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ annotation class SampleAnnotation
6060
@DataCompat
6161
@SampleAnnotation
6262
private data class PersonData(
63-
@Default("\"John\" + Date(1580897313933L).toString()", importList = ["java.util.Date"])
63+
@Default("\"John\" + Date(1580897313933L).toString()", imports = ["java.util.Date"])
6464
val name: String,
6565
val nickname: String?,
6666
@Default("42")

0 commit comments

Comments
 (0)