Yeah <@U74HWEPTP> I'm just saying that, since ther...
# getting-started
c
Yeah @Shawn I'm just saying that, since there's the IDE feature with a language Kotlin is interoperable with (Java), why isn't it with Swift on intellij
a
Jetbrains would need to create a whole parser/analyzer for swift just to have auto-convert feature for swift, that sounds like too much work for little to no benefit
c
that could also be argued in a way for the one for Java.
a
java is different in this case, because you are inside a JAVA-IDE, so everything to parse and understand java code is there, just need some AST -> Kotlin Code converter. Swift would need a magnitude more work to get this stuff done
1
c
Oh yeah, that makes more sense. Thanks for the clarification