apiPackage

abstract val apiPackage: Property<String>(source)

The root package of all apis.

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

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