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

solidogen

05/21/2021, 1:26 PM
hi, what is the current state of moko-widgets? idea seems great, yet complexity level would be similar to Xamarin.Forms, which is a lot to take on and time consuming
g

Glen

05/21/2021, 3:11 PM
Asking myself the same question.
a

alex009

05/21/2021, 4:09 PM
hi. now moko-widgets frozen. we have plan to update library to kotlin 1.5.0 with other moko libs in next month. but we not have plans for some improvements or fixes of this library
we think about contribution into https://github.com/cl3m/multiplatform-compose jetpack compose on android & ios with fully native UI views will be great and will be better than moko-widgets
👍 3
👍🏼 1
s

Steve Soltys

07/05/2021, 4:32 PM
If you would like any help with the above, let me know. I could work on some missing features in my spare time, but not sure of a priority list since I haven't used jetpack compose much
s

solidogen

07/05/2021, 4:35 PM
I think it may be a better choice to wait for Kotlin-Swift interop and try to implement iOS part in SwiftUI kotlin bindings (if it becomes a thing, but I guess it would be doable at that point)
s

Steve Soltys

07/05/2021, 4:40 PM
Is there any issue or place to track the status of Kotlin-Swift interop?
s

solidogen

07/05/2021, 4:42 PM
I guess this is the best bet, it is postponed for now https://kotlinlang.org/docs/roadmap.html#roadmap-details
s

Steve Soltys

07/05/2021, 4:43 PM
Thanks
a

alex009

07/05/2021, 4:51 PM
You can use swiftui by implementation of custom own swift cocoapod that will be connected to kotlin by cinterop. To call from kotlin just will use objc annotated methods and inside this methods will use swiftui
😮 1
I maybe find some time and implement sample
s

Steve Soltys

07/05/2021, 4:59 PM
That makes sense. If you still have plans to contribute to multiplatform-compose in the future, let me know how I can help out
11 Views