[Gradle] Fix warnings in KotlinCocoapodsPlugin
^KT-56904 In Progress
This commit is contained in:
committed by
Space Team
parent
8833193349
commit
839723e4de
+1
@@ -334,6 +334,7 @@ open class KotlinCocoapodsPlugin : Plugin<Project> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
with(interop) {
|
with(interop) {
|
||||||
|
@Suppress("DEPRECATION") // deprecated property is used intentionally during deprecation period
|
||||||
defFileProperty.set(defTask.flatMap { it.defFile.asFile })
|
defFileProperty.set(defTask.flatMap { it.defFile.asFile })
|
||||||
_packageNameProp.set(project.provider { pod.packageName })
|
_packageNameProp.set(project.provider { pod.packageName })
|
||||||
_extraOptsProp.addAll(project.provider { pod.extraOpts })
|
_extraOptsProp.addAll(project.provider { pod.extraOpts })
|
||||||
|
|||||||
Reference in New Issue
Block a user