I have made some new Kotlin Native libraries avail...
# gui
n
I have made some new Kotlin Native libraries available that support Embedded GUI development: https://kotlinlang.slack.com/archives/C2YH04E3S/p1643674141844719 Would highly appreciate some feedback on the Kotlin Native libraries themselves. Trying to figure out how to automate the process of generating static library files for the LVGL, and LV Drivers libraries. The generation process hit a roadblock with resolving header files and setting up configuration, which isn't trivial since LVGL's origins come from the uC side where configuration is done via header files which Kotlin doesn't support ☹️.
g
I would really like to help but I am not experienced enough😅