fix: Suppress unused for addFiles

This commit is contained in:
Lucaskyy 2022-04-14 16:42:51 +02:00
parent 643a14e664
commit a0d6d46217
No known key found for this signature in database
GPG key ID: 1530BFF96D1EEB89

View file

@ -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(),