kevin.cianfarini
12/04/2022, 2:31 PMisStatic
option correct in that when embedded within cocoapods, dependencies would be statically linked to the output framework and the consuming iOS application wouldn't have to introduce that cocoapods dep?
kotlin {
cocoapods {
framework {
isStatic = true
}
}
}