mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-06-12 21:27:42 +02:00
fix: use Array instead of Iterable for methodParameters
This commit is contained in:
@ -15,6 +15,6 @@ data class MethodSignature(
|
||||
val name: String,
|
||||
val returnType: String?,
|
||||
val accessFlags: Int?,
|
||||
val methodParameters: Iterable<String>?,
|
||||
val methodParameters: Array<String>?,
|
||||
val opcodes: Array<Opcode>?
|
||||
)
|
Reference in New Issue
Block a user