We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289acc9 commit 6684576Copy full SHA for 6684576
server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/BytecodeEditor.kt
@@ -126,6 +126,8 @@ object BytecodeEditor {
126
private val methodsToFix =
127
mapOf(
128
("kotlin/time/Duration" to "getInWholeMilliseconds_impl") to "getInWholeMilliseconds-impl",
129
+ ("kotlin/Result" to "constructor_impl") to "constructor-impl",
130
+ ("kotlin/Result" to "isFailure_impl") to "isFailure-impl",
131
)
132
133
/**
0 commit comments