//! Build-time metadata embedded into the `water` CLI binary.
/// Exact Android Kotlin compiler version required by the embedded Android backend/runtime.
pub const ANDROID_KOTLIN_VERSION: &str = env!;
/// Git repository reference embedded into the CLI binary.
/// Embedded TUI backend repository reference.
///
/// The experimental TUI backend is not a workspace submodule, so its pin is a
/// source literal rather than a build-script value — bump `revision` when the
/// CLI starts depending on a newer `waterui-tui` API.
pub const TUI_BACKEND: BackendReference = BackendReference ;