mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: Suppress unused for addFiles
This commit is contained in:
parent
643a14e664
commit
a0d6d46217
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class Patcher(
|
|||
* @param allowedOverwrites A list of class types that are allowed to be overwritten.
|
||||
* @param throwOnDuplicates If this is set to true, the patcher will throw an exception if a duplicate class has been found.
|
||||
*/
|
||||
@Suppress("unused")
|
||||
fun addFiles(
|
||||
files: Iterable<File>,
|
||||
allowedOverwrites: Iterable<String> = emptyList(),
|
||||
|
|
Loading…
Reference in a new issue