c74f471a82
Creation of KotlinTargetsIndex takes too long, even if Java project doesn't have any Kotlin files. Remove function hasJsStdLib, as it takes too much time because of recursively checking all dependencies (migrate to facets) Also fix tests: Add Kotlin JS facet, where its needed #KT-34351 Fixed