Skip to content

Commit

Permalink
add Gradle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed May 27, 2024
1 parent 4979361 commit 9b42348
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ object ApolloCompiler {
* The generated Kotlin code does not depend on the order of the inputs but in case we're serializing the
* intermediate usedCoordinates, their order depends on the order of the input files.
*
* See https://github.com/gradle/gradle/issues/29321
* See https://github.com/apollographql/apollo-kotlin/pull/5916
*/
executableFiles.sortedBy { it.normalizedPath }.forEach { normalizedFile ->
Expand Down

0 comments on commit 9b42348

Please sign in to comment.