-The compose-nav-graph Gradle plugin (`com.github.skydoves.navgraph`) wires the whole toolkit into your build. When applied, it adds the `compose-nav-graph-annotations` and `compose-nav-graph-ksp` dependencies, registers the KSP processor that statically extracts your nav graph, sets up device free thumbnail rendering, and registers the nav tasks (`generateNavGraph`, `navDump` / `navCheck`, the HTML and PNG exports, and the preview gallery). It supports Kotlin Multiplatform and multi module projects.
0 commit comments