I see there are a lot of languages features, can they be used with Kotlin-javascript?
e.g. package, module, pattern match
I see there are a lot of languages features, can they be used with Kotlin-javascript?
e.g. package, module, pattern match
The current version of kotlin/js supports fewer features than kotlin/jvm. To find out about particualr features you'll need to go and try...
Thanks for you reply, and I'm trying now. I'm try to use Kotlin to write Angularjs code to see if it can meet all my requirements, and also I found there are some simple examples.