Always generate kotlin_module
#KT-25133 fixed
#KT-25051 fixed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user