KE2: Output something for classes to satisfy the db checks

This commit is contained in:
Ian Lynagh
2024-09-03 13:52:53 +01:00
parent 310f4e3491
commit 572b83cb90

View File

@@ -591,6 +591,9 @@ OLD: KE1
extractClassLaterIfExternal(replacedClass)
*/
// TODO: This shouldn't be done here, but keeping it simple for now
val pkgId = extractPackage(c.classId.packageFqName.asString())
tw.writeClasses_or_interfaces(it, c.classId.relativeClassName.asString(), pkgId, it)
}
/*