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

From Java to Kotlin Cheat Sheet

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

The kotlin code assigns null to length if text is null. The old java code declared length in a different scope and never declared length when text was null.

Define Book as static so it can be instatiated in createBook()

Hi there, browsing the Web I found your nice site, but found that it would be more fair if it shows the (not so new) Stream API. I generated the...