Overview of Redux-Kotlin DevTools artifacts
masterRedux-Kotlin DevTools are provided as separate, version-aligned artifacts to allow release builds to exclude debug infrastructure.
Core Artifacts:
redux-kotlin-devtools-core: Required for debug builds. Provides the store enhancer, session hub, and pipeline instrumentation.redux-kotlin-devtools-remote: Optional. Streams session feeds to external monitors (like browser extensions) via WebSocket.redux-kotlin-devtools-inapp: The Compose Multiplatform drawer that renders inside your app's UI tree.redux-kotlin-devtools-inapp-noop: The zero-overhead sibling for release builds. It mirrors theinappandcoreAPIs with empty bodies so that release builds compile and link without debug overhead.redux-kotlin-devtools-ui: Shared Compose UI components (Action log, State, Diff, etc.) used by both in-app and standalone tools.
Note: DevTools modules are currently experimental and may undergo API changes in minor releases.