Jon Bailey
12/05/2024, 3:03 PMPablichjenkov
12/05/2024, 3:21 PMPablichjenkov
12/05/2024, 3:22 PMJon Bailey
12/05/2024, 3:50 PMPablichjenkov
12/05/2024, 3:58 PMJon Bailey
12/05/2024, 4:00 PMPablichjenkov
12/05/2024, 4:05 PMArtem Olkov
12/06/2024, 8:25 AMWould this help using Swift in a KMP project?That depends on what exactly do you mean. If the question is "will Kotlin or official gradle plugin use Skip under the hood in order to provide swift import in nearest future" - the answer is no. If the question is "will this technology increase the speed of our development" - the answer is also no, as there is no development of swift import at this point. but we are curiously exploring the solution from SKIP, that's for sure! If the question is "is it possible for some third party to experiment and build some kind of a third party gradle plugin wrapping the solution from SKIP" - you are free to experiment (but before you do - please consult licensing on the SKIP to verify that they are OK with such) 🙂 However, mapping compiled swift to Kotlin/JVM is a very different task than mapping compiled swift to Kotlin/Native (which is the main area of concern for swift-import).
markturnip
01/03/2025, 4:52 AMGuilherme Delgado
01/08/2025, 9:48 AMcinterop
, but it is limited to the iOS target.
The swift-klib-plugin is quite an interesting tool, thanks for sharing. I came across it in the past but completely forgot it existed.