Hello, I'm trying to use Microsoft Graph types (
https://www.npmjs.com/package/@microsoft/microsoft-graph-types) with generateExternals = true. The problem is that microsoft graph types has a List type of its own that "shadows" kotlin.collections.List as what's generated seems to be in the "root package". Isn't there a way to put the types generated for that library in a separate package automatically?