[Gradle] Fix warnings in KotlinCocoapodsPlugin

^KT-56904 In Progress
This commit is contained in:
Alexander.Likhachev
2024-01-30 11:06:31 +01:00
committed by Space Team
parent 8833193349
commit 839723e4de
@@ -334,6 +334,7 @@ open class KotlinCocoapodsPlugin : Plugin<Project> {
}
with(interop) {
@Suppress("DEPRECATION") // deprecated property is used intentionally during deprecation period
defFileProperty.set(defTask.flatMap { it.defFile.asFile })
_packageNameProp.set(project.provider { pod.packageName })
_extraOptsProp.addAll(project.provider { pod.extraOpts })