in packages/kotlin-webpack-plugin/libraries-lookup.js [38:40]
function removeDuplicates(libraries) { return [...new Set(libraries)]; }