Hi, thanks for helping <@U4DB4PJ72>, but what exac...
# javascript
v
Hi, thanks for helping @melatonina, but what exactly is meant with that "platform autodetection by stdlib dependency"? I modified the code a little bit without that and it works just fine. https://github.com/wojta/kotlin-nodejs-experiment
b
In common case IDEA use dependencies (stdlib) to detect target platform during import.
apply plugin: ‘kotlin-platform-js’
is the way to say IDEA don’t auto-detect this target of this module is JS. It can be useful when auto-detect doesn’t work in some reason.