Files
kotlin-fork/idea/resources-en/tips/Kotlin_Java_convert.html
T
Dmitry Gridin 0df5d5158d Add resources-en for idea
#KT-38297 Fixed
2020-05-19 16:22:06 +07:00

10 lines
374 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>One can easily convert any Java class to the Kotlin one with the same semantics.</p>
<p>To do that, just choose <span class="control">Code | Convert Java File to Kotlin File</span> on the main menu: </p>
<p class="image"><img src="images/kotlin_convert.png"></p>
</body>
</html>