We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4ca19 commit ea76ecdCopy full SHA for ea76ecd
common/src/main/kotlin/com/lambda/core/loader/Loader.kt
@@ -38,7 +38,7 @@ object Loader {
38
.associateWith { it::class.findAnnotation<LoaderOrder>() }
39
.toList()
40
.sortedBy { (_, annotation) -> annotation?.phase ?: Phase.Post }
41
- .sortedByDescending { (_, annotation) -> annotation?.priority }
+ //.sortedByDescending { (_, annotation) -> annotation?.priority }
42
.map { it.first }
43
44
fun initialize() {
0 commit comments