Blatez
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited Generate Kotlin source by IDEA Plugin
AnsweredI am writing an IDEA plug-in to generate data classes by json.I've done some work, but I don't know how to generate kotlin source files.I learned about PsiFile. So I can create new Kotlin File, but...