Add forgotten new inference to JS
This commit is contained in:
@@ -204,6 +204,7 @@ public class K2JSCompiler extends CLICompiler<K2JSCompilerArguments> {
|
||||
File outputFile = new File(arguments.getOutputFile());
|
||||
|
||||
configuration.put(CommonConfigurationKeys.MODULE_NAME, FileUtil.getNameWithoutExtension(outputFile));
|
||||
configuration.put(CommonConfigurationKeys.USE_NEW_INFERENCE, arguments.getNewInference());
|
||||
|
||||
JsConfig config = new JsConfig(project, configuration);
|
||||
JsConfig.Reporter reporter = new JsConfig.Reporter() {
|
||||
|
||||
Reference in New Issue
Block a user