Skip to content

[Enhancement] Remove duplicate declarations while sorting #94

Description

@paulhundal

When running the sort command, ideally if dependencies are duplicated then they should be consolidated to only the unique list.

dependencies {
  api deps.kotlin.coroutines_core
  api project(':common:public:one')
  api project(':common:public:one')
  api project(':common:public:one')
}

should result in

  api project(':common:public:one')
  api deps.kotlin.coroutines_core

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions