While converting Java to Kotlin, do you use this a...
# intellij
d
While converting Java to Kotlin, do you use this approach?
You can use the following two-stage approach instead:
- just change the extension of .java file to .kt and commit it;
- rename it back, apply the conversion and commit the modified .kt file.