Skip to content

Commit

Permalink
Sort output of findDeclarations
Browse files Browse the repository at this point in the history
  • Loading branch information
seregamorph authored and autonomousapps committed Jul 13, 2024
1 parent 34eaa01 commit ed3494e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ abstract class FindDeclarationsTask : DefaultTask() {
)
}
}
.sortedWith(compareBy<Declaration> { it.configurationName }
.thenComparing { it -> it.identifier })
.toSet()
}
}
Expand Down

0 comments on commit ed3494e

Please sign in to comment.