I want to incude javascript dependencies in my kotlinjs project. (concret : https://airbnb.io/polyglot.js/ but others as well).
My kotlinjs Project is a gradle Project, developed in IntelliJ Idea.
I've searched one day now, but I wasn't able to find any clue, how I can add this dependency and work with the methods from the js library.
Is it even possible? It should, shouldn't it?