diff --git a/src/main/kotlin/app/revanced/patcher/Patcher.kt b/src/main/kotlin/app/revanced/patcher/Patcher.kt index 3d03ba5..5dae689 100644 --- a/src/main/kotlin/app/revanced/patcher/Patcher.kt +++ b/src/main/kotlin/app/revanced/patcher/Patcher.kt @@ -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, allowedOverwrites: Iterable = emptyList(),