Abaklan88
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Abaklan88 created a post, AnsweredAdd new parameter into kotlin data class from IDEA plugin
Hi!I want my plugin would be able to insert new parameters in kotlin data classes.My code now:```String paramText = "@MyCustomAnnotation(description = \"some text here\")" + '\n' + "var fieldName: ...