Always generate kotlin_module

#KT-25133 fixed
    #KT-25051 fixed
This commit is contained in:
Alexey Tsvetkov
2018-06-23 01:15:50 +03:00
parent 4bf51af2fa
commit 63b4302cea
7 changed files with 24 additions and 1 deletions
@@ -121,7 +121,6 @@ public class ClassFileFactory implements OutputFileCollection {
}
JvmModuleProtoBuf.Module moduleProto = builder.build();
if (moduleProto.getSerializedSize() == 0) return;
generators.put(outputFilePath, new OutAndSourceFileList(CollectionsKt.toList(packagePartSourceFiles)) {
@Override