@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?