In order to take advantage of mergeable binaries as introduced in Xcode 15, how we can enable it in the dynamic framework generated from KMM for use in IOS ? Enabling build setting MERGEABLE_LIBRARY to YES will make the framework mergeable. Can anyone suggest a way to do it inside relevant build.gradle.kts?