would I be able to use multiplatform for tizen and...
# multiplatform
m
would I be able to use multiplatform for tizen and webos?
d
In the case of Tizen, while I'm not aware of explicit support, I imagine you would be able to use Tizen's C bindings in conjunction with Kotlin/Native's C interoperability.
Same for WebOS, also having C bindings.
i
@darkmoon_uk I am also exploring this topic while wrapping my head around KMP and Tizen. I have bunch of Kotlin experience, but KMP. Tizen and these C bindings are new to me. Could you describe this approach in more detail? What exactly "use C bindings" means in this context? Does this means tha we can compile Kotlin code to C and then use this artifact as C library (looking from Tizen perspective)? Would the approach be to code networking and business logic in Kotlin (InteliJ IDEA), then use this "C artifact" in Tizen and add (web) UI directly in Tizen Studio?
Does the WebAssambly changes anything here?
d
Hey guys! Did you make any progress regarding this topic?
My team did a web app wrapped into some kind of Time WebView. I was wondering if the same would be possible using the Compose Multiplatform compiled to WebAssembly
301 Views