Skip to content

Conversation

@ArtyomGabeev
Copy link

Fixes #1588

Top level DSL left to be exclusions for backward compatibility.

Example usage:

dependencyAnalysis {
  abi {
    exclusions {
      includeClasses(".*\\.api\\..*")
      excludeAnnotations('.Generated')
    }
  }
}

@ArtyomGabeev
Copy link
Author

I did not found where wiki documentation is located, it should be updated as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ABI allow inclusions

1 participant