Skip to content

Commit

Permalink
Adding unused variable suppressing
Browse files Browse the repository at this point in the history
  • Loading branch information
Flewp committed Jun 12, 2024
1 parent 32904c2 commit 907ab5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ internal object NdkConfiguratorUtils {
* sure we specify the correct .pickFirsts for all the .so files we are producing or that we're
* aware of as some of our dependencies are pulling them in.
*/
@Suppress("UNUSED_PARAMETER")
fun configureNewArchPackagingOptions(
project: Project,
extension: ReactExtension,
Expand Down

0 comments on commit 907ab5d

Please sign in to comment.