explicitApi

abstract fun explicitApi()

Sets explicitApi option to report issues as errors.


Configures default explicit API mode for all non-test compilations in the project.

This mode tells the compiler if and how to report issues on all public API declarations that don't have an explicit visibility or return type.

Default: null