//! `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.
// `tests.rs` above is already at this repo's 1,000-line file-size cap (grandfathered), so new
// coverage for the `&mut` DTO write-back fix (issue #380) lives in its own module instead of
// growing that file.
// Same reason as `mut_writeback_tests` above: task #558's optional-enum-default security fix
// gets its own module instead of growing the already-over-cap `tests.rs`.
pub use emit_type_with_imports;
pub use emit_enum;
pub use emit_error_type_with_imports;
pub use ;
pub use ;