Kiranpuppala 96
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 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... -
已编辑于 NewJavaToKotlinConverter.filesToKotlin giving "java.lang.IllegalStateException: Calling invokeAndWait from read-action leads to possible deadlock."
已回答I 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...