today I converted a java class to kotlin, and when...
# random
o
today I converted a java class to kotlin, and when I commited it to git, intellij automatically created two commits - first one is just rename. Is this a new feature?
n
I've never heard of IntelliJ automatically creating commits
n
are you using that plugin?
o
apparently I had this:
image.png
lol 2
never saw that before
I don't see any related plugin, maybe it's bundled now with intellij 2020.3 or the kotlin plugin?
n
maaaybe, I kinda doubt it; it's not made by JetBrains. I'll check my IDE when I get a chance
l
This is a built-in feature from the Kotlin plugin, so you can keep track of the code despite the conversion.
o
There is a small issue that it commits broken code to git (java code in kotlin file)