[JS] Use correct source for stdlib jar, because of lazy java source sets
^KT-55862 fixed
This commit is contained in:
committed by
Space Team
parent
2634303055
commit
816971ed47
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user