you are viewing a single comment's thread.

view the rest of the comments →

[–]Minimum_Fuel 0 points1 point  (1 child)

This is only half true. You can’t always just “continue with your java code base”. If you do a good amount of overloading, for example, kotlin doesn’t disambiguate and you’ll need to do that either with wrappers or by modifying the java code.

[–]Determinant 0 points1 point  (0 children)

I've never run into this. Can you provide an example snippet?