Converting Java to Kotlin Follow
Answered
I'm trying to find the source code in the Community edition that converts Java to Kotlin.
Any ideas?
Please sign in to leave a comment.
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.