You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Is it possible to adopt the assembleXCFramework gradle task instead of the current createXCFramework task in the project? Is it possible to migrate to that, which is available since kotlin 1.6.0?
I've made a fork which already contains a possible setup.
The only thing that is changed is that the plugin uses the assembleXCFramework task and then copies the generated files to the outputDirectory.
Currently I cannot make a pull request due to the lack of M1 support in the latest version. There is already an open pull request for this by @jizoquval.