debugRoutes

fun Route.debugRoutes(exporter: ApiServerSpanExporter)

Deprecated

Moved to the development-only package.

Replace with

import com.google.adk.kt.webserver.dev.routes.debugRoutes
debugRoutes(exporter)

Kept so callers of the previous package keep compiling; use the dev package instead.