Kiranpuppala 96
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to run IntelliJ J2K action from command line?
Is there a way to run IntelliJ Java to Kotlin Action from command line?https://github.com/JetBrains/kotlin/blob/3854a323faecbabfd0a08217fcde5c67529ad985/idea/src/org/jetbrains/kotlin/idea/actions/J... -
Edited NewJavaToKotlinConverter.filesToKotlin giving "java.lang.IllegalStateException: Calling invokeAndWait from read-action leads to possible deadlock."
AnsweredI am trying to run IntelliJ J2K from command line. Since there is no way of running this tool from command line, I am using the following hack. 1. Since code inspections can be run from command lin...