Abhishek Agarwal
04/29/2025, 8:04 AM/.gradlew spmDevBuild
to make the framework and then archive my ios project directly through xcode , I was just wondering is there any way here to make the release version of the framework as AFAIK, this produces a debug version of the Kotlin code.kpgalligan
04/29/2025, 9:14 PMspmDevBuild
is, as the name would imply, for dev. You should be able to override the build type and set release in KMMBridge config, but I can't recall ever needing that. Published builds were previously release, but since we added the ability to debug from binaries, that was changed. I don't recall off-hand if you can specify release with gradle params on the command line, but that would seem like an obvious feature (so I feel like it's there, but I haven't looked in quite a while, TBH).kpgalligan
04/29/2025, 9:16 PMkpgalligan
04/29/2025, 9:16 PM-PNATIVE_BUILD_TYPE=RELEASE