Hacker News new | ask | show | jobs
by vbezhenar 3322 days ago
Kotlin can just import and use any Java class. Kotlin doesn't introduce new strings or collections, so conversions of any kind are not required. Also Kotlin compiles to Java classes which can be used from Java without any problems too.
1 comments

So, Kotlin and Java are fully inter-operable without any feature loss?