mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 10:54:38 -05:00
@@ -126,6 +126,8 @@ object BytecodeEditor {
|
|||||||
private val methodsToFix =
|
private val methodsToFix =
|
||||||
mapOf(
|
mapOf(
|
||||||
("kotlin/time/Duration" to "getInWholeMilliseconds_impl") to "getInWholeMilliseconds-impl",
|
("kotlin/time/Duration" to "getInWholeMilliseconds_impl") to "getInWholeMilliseconds-impl",
|
||||||
|
("kotlin/Result" to "constructor_impl") to "constructor-impl",
|
||||||
|
("kotlin/Result" to "isFailure_impl") to "isFailure-impl",
|
||||||
)
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user