Hacker News new | ask | show | jobs
by kevinslashslash 2902 days ago
My guesses would be handling unsigned hex https://youtrack.jetbrains.com/issue/KT-4749

And bitwise operations https://discuss.kotlinlang.org/t/when-does-bit-fiddling-come...

And maybe handling generics. I haven't had any issues, but kotlin is a bit stricter which is generally a good thing, but I'd believe that for some edge case it makes things harder.

1 comments

Yes, the bitwise operator stuff.