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

11 lines
443 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>Kotlin is a powerful, concise and expressive language crafted by JetBrains. </p>
<p><span class="product">&productName;</span> supports it out-of-the-box.</p>
<p>To create a Kotlin file, right-click the target folder, and choose the corresponding option on the New menu:</p>
<p class="image"><img src="images/kotlin_class.png"></p>
</body>
</html>