pagesPackage

abstract val pagesPackage: Property<String>(source)

The root package of all pages.

Any composable function not under this root will be ignored, even if annotated by @Page.

An initial '.' means this should be prefixed by the project group, e.g. ".pages" -> "com.example.pages"