LintLifecycleExtension

@Incubating
public interface LintLifecycleExtension extends DslLifecycle


Summary

Inherited methods

From com.android.build.api.variant.DslLifecycle
abstract void

Action based version of finalizeDsl above.

abstract void
finalizeDsl(@NonNull Function1<@NonNull LintUnit> callback)

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.