//! `object {Crate}` namespace, bridge calls, and Kotlin type/enum/error code emission.
//!
//! This module is split by generation concern while preserving the original
//! `object_wrapper::*` API used by sibling Kotlin modules.
pub use emit_type_with_imports;
pub use emit_enum;
pub use emit_error_type_with_imports;
pub use ;
pub use kotlin_type_with_string_imports;