[JS] Use correct source for stdlib jar, because of lazy java source sets

^KT-55862 fixed
This commit is contained in:
Ilya Goncharov
2023-01-10 19:02:38 +01:00
committed by Space Team
parent 2634303055
commit 816971ed47
+1 -1
View File
@@ -261,7 +261,7 @@ task libraryJarWithoutIr(type: Jar, dependsOn: compileJs) {
from jsOutputFileName
from jsOutputMetaFileName
from "${jsOutputFileName}.map"
from sourceSets.main.output
from sourceSets.main.kotlin.classesDirectory
filesMatching("*.*") { it.mode = 0b110100100 } // KTI-401
}