Paddy O'Brien
05/30/2022, 4:26 PMArtem Olkov
05/31/2022, 7:43 AMdeployment_target
. In original ruby DSL of cocoapods it looks like this - spec.ios.deployment_target = '13.0'
.
In kotlin dsl it is not documented, as far as I can see - https://kotlinlang.org/docs/native-cocoapods.html#add-and-configure-kotlin-cocoapods-gradle-plugin, but when you take look at sources - https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plug[…]ns/kotlin/gradle/targets/native/cocoapods/CocoapodsExtension.kt - you’ll find PodspecPlatformSettings
responsible for configuring exactly that.Paddy O'Brien
05/31/2022, 6:19 PM