Added workaround for backend bug to fix kdoc generator.

This commit is contained in:
Evgeny Gerashchenko
2012-07-24 12:52:36 +04:00
parent f3fa19e35d
commit 7bf32e238b
@@ -149,6 +149,13 @@ public class K2JVMCompiler extends CLICompiler<K2JVMCompilerArguments, K2JVMComp
return new K2JVMCompilerArguments();
}
// TODO this method is here only to workaround KT-2498
@Override
protected void configureEnvironment(@NotNull K2JVMCompileEnvironmentConfiguration configuration,
@NotNull K2JVMCompilerArguments arguments) {
super.configureEnvironment(configuration, arguments);
}
//TODO: Hacked! Be sure that our kotlin stuff builds correctly before you remove.
// our compiler throws method not found error
// probably relates to KT-1863... well, may be not