Converting Java to Kotlin
已回答
I'm trying to find the source code in the Community edition that converts Java to Kotlin.
Any ideas?
请先登录再写评论。
This is an action from Kotlin plugin:
https://github.com/JetBrains/kotlin/blob/3854a323faecbabfd0a08217fcde5c67529ad985/idea/src/org/jetbrains/kotlin/idea/actions/JavaToKotlinAction.kt
Thanks, never thought to look for it in a kotln file.