from-java-to-kotlin icon indicating copy to clipboard operation
from-java-to-kotlin copied to clipboard

From Java To Kotlin - Your Cheat Sheet For Java To Kotlin

Results 11 from-java-to-kotlin issues
Sort by recently updated
recently updated
newest added

Would it be possible to consider adding Java code decompiled from Kotlin for each example? This would make it more intuitive to see the differences between the two. An example...

var otherName : String? otherName = null It should be like this if I'm not wrong ? var otherName : String? = null

Under Logical operators you have used Bitwise operators in Java

Please add commons patterns, thanks 🙏

Hi, this is more of a request & not an issue. Would it be possible to rule-out case sensitivity on "Kotlin"? thanks in adv.

I think we need more examples of Kotlin scope functions Added an example of apply function to instantiate a class