/** * Immutable Play artifact ABI version shared by bundling and SDK release * policy. Keep this module dependency-free: shared Play code must not import * the SDK release manifest or create a package cycle. */ export const CURRENT_PLAY_ARTIFACT_CONTRACT_VERSION = 2 as const;