Commit 77b9f9b
committed
[BOOK-505] chore: @param 어노테이션 추가
This annotation is currently applied to the value parameter only, but in the future it will also be applied to property.
- To opt in to applying to both value parameter and property, add '-Xannotation-default-target=param-property' to your compiler arguments.
- To keep applying to the value parameter only, use the '@param:' annotation target.
See https://youtrack.jetbrains.com/issue/KT-73255 for more details
warning 해결1 parent 57e8d5b commit 77b9f9b
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- core/datastore/impl/src/main/kotlin/com/ninecraft/booket/core/datastore/impl/datasource
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments