Removing the KDoc processor for now
This commit is contained in:
@@ -127,9 +127,9 @@ public class KotlinCompiler {
|
|||||||
environment.setErrorStream(errStream);
|
environment.setErrorStream(errStream);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (arguments.docOutputDir != null) {
|
// if (arguments.docOutputDir != null) {
|
||||||
environment.getMyEnvironment().getFileProcessors().add(new KDocProcessor(arguments.docOutputDir));
|
// environment.getMyEnvironment().getFileProcessors().add(new KDocProcessor(arguments.docOutputDir));
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (arguments.stdlib != null) {
|
if (arguments.stdlib != null) {
|
||||||
environment.setStdlib(arguments.stdlib);
|
environment.setStdlib(arguments.stdlib);
|
||||||
|
|||||||
Reference in New Issue
Block a user