anyone know how to add pod compile option in KMM
I want to add below pod_target_xcconfig in my build.gradle.kts file cocoapods block,but I don't know how to add
s.pod_target_xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => 'GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1',