https://kotlinlang.org logo
v

victor

06/19/2019, 3:55 PM
I want the most simplest solution. Without npm lib at this point. Just to put KotlinJS as a CommonJS module or something. I found a way to include it with something like this:
Copy code
<script type="text/javascript" src="out/production/kotlinfunweb/lib/kotlin.js"></script>
<script type="text/javascript" src="out/production/kotlinfunweb/kotlinfunweb.js"></script>
But it’s way too far from VueJS style 🙂