I currently have a manual workflow in Gradle where...
# kotlin-native
a
I currently have a manual workflow in Gradle where I build my iOS fat framework, and use
CopySpec
+
expand
to populate a podspec template before publishing it to git Is there a well-supported path to replace this using a gradle plugin? Either some functionality that I'm missing in the official Cocoapods plugin, or a community-supported library? If not, is this something that folks would be interested in?