https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

SrSouza

10/11/2023, 11:40 AM
Hi folks I want to share a cool project I have being working on to improve the iOS Team visibility and inputs when working on Mobile Multiplatform projects by generating Swift representations of Kotlin Modules. https://github.com/DevSrSouza/kmp-swift-reveal/
K 2
🙌 4
👍 1
🚀 2
thank you color 1
p

Pablichjenkov

10/11/2023, 12:25 PM
Isn't this similar to that project SKIE from touchlabs
s

SrSouza

10/11/2023, 12:27 PM
No, SKIE generate extensions for better Swift APIs, this projects in practice only shows the “objc header” in “swift form” revealing what it will look like when you are coding in Swift, because reading objc headers is not that great for both Kotlin Developers and iOS Developers.
p

Pablichjenkov

10/11/2023, 12:31 PM
I got you now, sounds good!
d

Daniel Seither

10/11/2023, 1:02 PM
I’ve been thinking about building something like this myself after attending Solomon’s talk at KotlinConf but never got to it, so thank you for sharing your implementation!
j

Jacob Ras

10/11/2023, 5:26 PM
Same here @Daniel Seither, I thought of this idea some weeks ago and thought how useful it would be but never got to building it. @SrSouza awesome plugin! 🚀🔥 On what platforms does this run?
s

SrSouza

10/11/2023, 5:41 PM
Currently, only for iOS target, I’m planning to also support all Darwin targets
2 Views