Hey iOS people! Daniel Eke (didn't find him here u...
# kotlin-native
r
Hey iOS people! Daniel Eke (didn't find him here unfortunately) posted nice Gradle snippet that allows one to build fat framework using
lipo
with single Gradle task (configuring and running two Gradle builds under the hood). https://github.com/JetBrains/kotlin-native/issues/2718#issuecomment-467838456 This looks to me like a good candidate for a bit of generalization, so maybe someone will find it useful :)
👍 2
d
I’m glad you find it useful! Currently I’m working on a setup to create a multiplatform SDK in Kotlin, so I’m exploring a couple new configurations. I’ll create a sample repository in the near future with working examples. This is a big of part of my master’s thesis, so when it’s ready I’d love to get some feedback from the group. 😄
🤘 1
r
Hey @Daniel Eke, maybe this could help you https://gist.github.com/Ribesg/95a172ceb2177d74cf5b15993d40092e It’s basically my experience with the whole MPP thing. I’m doing some lipo stuff in the secondary gist linked
👍 1
d
Cool, thanks! It’s nice to see an example with Carthage, I’ve only found CocoaPods implementations so far.