Hey,
when I link my Kotlin Multiplatform framework with an iOS app extension, I get this warning:
„Linking against a dylib which is not safe for use in application extensions“
In Xcode I can set this build flag APPLICATION_EXTENSION_API_ONLY. I think I need to add this somehow to my framework target in the grade build script.
Somebody knows how?