package com.example.architecture import kotlinx.serialization.Serializable /** * Route for the characters list rendered with the classic **Views** toolkit. It lives in `:app` * because `:app` owns Compose↔View interop — the `:feature:characters:presentation-views` module * stays navigation-agnostic (it knows nothing about Compose Navigation or this route). */ @Serializable data object CharactersViewsRoute