Are there any gradle templates for building iosArm...
# multiplatform
b
Are there any gradle templates for building iosArm64 and iosX64 targets at the same time so that they can be publish to maven local as projectname-native? (Currently I keep switching between the two for testing and release.) I've looked at different build.gradle files from Okio, kotlinx.serialization, and read through the spec but I can't seem to figure this out how this works.
k
you just need the maven-publish plugin
b
Oh sweet. Those examples work. Thanks for this beautiful moment!
🍻 1