Add Kotlin "Tips of the day"

Content from https://youtrack.jetbrains.com/issue/DOC-4026
This commit is contained in:
Pavel V. Talanov
2016-06-21 18:38:23 +03:00
parent b750f20718
commit 0d52a20a46
26 changed files with 51 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p><span class="product">&productName;</span> allows you to easily call a Java code from Kotlin:</p>
<p class="image"><img src="images/java_call_kotlin.png"></p>
<p>and vice versa:</p>
<p class="image"><img src="images/kotlin_call_java.png"></p>
</body>
</html>