Add Kotlin "Tips of the day"
Content from https://youtrack.jetbrains.com/issue/DOC-4026
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user