jershell

Results 13 issues of jershell

Browsers often fail to give the correct language. Need way to switch default language.

Hello. This PR add a multiple libres sources. Each source will merge to previous or to override if it exist. This behavior necessary for resolve this issue. https://github.com/Skeptick/libres/issues/20

Current state of kotlin multiplatform not support "flavors\builttypes". But its not trouble. Just enough do more sources by conditions ``` val commonMain by getting { if(BUILD_TYPE == BUILD_TYPE.STAGE) { val...