C# to Kotlin

Hi,

I’d like to port a relatively large project from C# to Kotlin. It would take forever to port all the code manually, so I came here to ask if you at JetBrains are at least thinking about creating a tool to help with this? Given that you already have great tools to analyze both languages, this shouldn’t be too dificult for you, right? :slight_smile:

1. Use a C# to Java converter http://visualstudiogallery.msdn.microsoft.com/9789645d-9b31-4033-bcb1-53dc5ff58e05. 2. Convert Java to Kotlin from the IDE (record a macro to automate it)

They are doable now.