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 cd35587 commit a66f2eeCopy full SHA for a66f2ee
README.md
@@ -60,7 +60,7 @@ annotation class SampleAnnotation
60
@DataCompat
61
@SampleAnnotation
62
private data class PersonData(
63
- @Default("\"John\" + Date(1580897313933L).toString()", importList = ["java.util.Date"])
+ @Default("\"John\" + Date(1580897313933L).toString()", imports = ["java.util.Date"])
64
val name: String,
65
val nickname: String?,
66
@Default("42")
0 commit comments