LintLifecycleExtension

Added in 7.1.0

@Incubating
interface LintLifecycleExtension : DslLifecycle


Summary

Inherited functions

From com.android.build.api.variant.DslLifecycle
Unit
finalizeDsl(callback: Action<Lint>)

Action based version of finalizeDsl above.

Unit
finalizeDsl(callback: (Lint) -> Unit)

API to customize the DSL Objects programmatically after they have been evaluated from the build files and before used in the build process next steps like variant or tasks creation.