Do not fail on SinceKotlinInfo table in incremental binaries

This commit is contained in:
Alexander Udalov
2017-01-09 19:20:18 +03:00
parent 7107ee2eeb
commit 74880a7e8e
@@ -275,6 +275,7 @@ private class DifferenceCalculatorForPackageFacade(oldData: ProtoMapValue, newDa
ProtoBufPackageKind.TYPE_ALIAS_LIST ->
names.addAll(calcDifferenceForNonPrivateMembers(ProtoBuf.Package::getTypeAliasList))
ProtoBufPackageKind.TYPE_TABLE,
ProtoBufPackageKind.SINCE_KOTLIN_INFO_TABLE,
ProtoBufPackageKind.PACKAGE_MODULE_NAME -> {
// TODO
}