December 2017
Intermediate to advanced
260 pages
7h 34m
English
No browser project is complete without an HTML page. Create an index.html page in the root directory of your project. And write the following lines in a <body> tag:
<body> <script type="text/javascript" src="out/production/KotlinWeb/lib/kotlin.js"></script> <script type="text/javascript" src="out/production/KotlinWeb/KotlinWeb.js"></script> </body>
Read now
Unlock full access