I've tried to use uniffi-bindgen-kotlin-multiplatform with ExternalExport, but I get the error: "Failed to add proc-macro metadata to ComponentInterface." I have two crates, each with its own UDL file.
[ExternalExport="shared-client"]
typedef extern LogLevel;
uniffi-bindgen-kotlin-multiplatform only works with UDL, right?