You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KotlinApiBuildTask finds extension by itself looking up in the project hierarchy
If there's an ApiValidationExtension somewhere in the project or in its parent projects,
it uses its properties as defaults for the corresponding task properties.
It is still possible to instantiate a task without extension and to set or override properties
individually.
0 commit comments