How to convert Java file to Kotlin with proper git history in Android Studio
Note: Below explained solution is not a solution of mine but rather given advice from a colleague.
git mv <source>.java <destination>.kt
Cut and paste whole content (java code) of the .kt file to different place (E.g. Sublime, Atom, or any other ed...
medet.hashnode.dev2 min read