Madray Haven
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How can I modify Kotlin code with PSI?
AnsweredI'm trying to create a plugin for IntelliJ IDEA that functions similarly to lombok, this is what I'm trying to do, with an existing kotlin interface: ```kotlininterface TestInterface { var testP...