List of all items
Structs
- analyzer::CompleteAnalysis
- analyzer::DuplicateAnalysis
- analyzer::PluginAnalysis
- bundle_analyzer::BundleAnalysis
- bundle_analyzer::DependencyBundle
- cli::AnalysisOptions
- cli::Args
- config::BundleNamePatterns
- config::Config
- config::ConfigurationScores
- config::PriorityWeights
- parser::Dependency
- parser::DependencyLocation
- parser::Plugin
- parser::PluginLocation
- version_catalog::LibraryDefinition
- version_catalog::PluginDefinition
- version_catalog::VersionCatalog
Enums
- cli::Commands
- error::AnalysisError
- parser::DependencySourceType
- parser::PluginSourceType
- version_catalog::VersionRef
Functions
- analyzer::perform_complete_analysis
- bundle_analyzer::find_dependency_bundles
- bundle_analyzer::find_dependency_bundles_with_config
- cli::validate_args
- display::print_bundle_recommendations
- display::print_duplicate_plugins
- display::print_regular_duplicates
- display::print_version_conflicts
- parser::find_gradle_files
- parser::load_version_catalogs
- parser::parse_dependencies_from_file
- parser::parse_plugins_from_file
- version_catalog::find_version_catalog_files
- version_catalog::parse_version_catalog
Type Aliases
Constants
- config::file_patterns::GRADLE_BUILD_FILES
- config::file_patterns::VERSION_CATALOG_FILES
- config::regex_patterns::APPLY_PLUGIN
- config::regex_patterns::APPLY_PLUGIN_GROOVY
- config::regex_patterns::DEPENDENCIES_BLOCK
- config::regex_patterns::LIBS_DEPENDENCY
- config::regex_patterns::LIBS_PLUGIN
- config::regex_patterns::MAP_DEPENDENCY_1
- config::regex_patterns::MAP_DEPENDENCY_2
- config::regex_patterns::PLUGINS_BLOCK
- config::regex_patterns::PLUGIN_ID_ONLY
- config::regex_patterns::PLUGIN_ID_VERSION
- config::regex_patterns::PLUGIN_KOTLIN_DSL_ID_ONLY
- config::regex_patterns::PLUGIN_KOTLIN_DSL_ID_VERSION
- config::regex_patterns::PLUGIN_KOTLIN_SHORTHAND_ONLY
- config::regex_patterns::PLUGIN_KOTLIN_SHORTHAND_VERSION
- config::regex_patterns::PROJECTS_ACCESSOR_DEPENDENCY
- config::regex_patterns::PROJECT_DEPENDENCY
- config::regex_patterns::STRING_DEPENDENCY
- config::regex_patterns::VERSION_CATALOG_DEPENDENCY