Hi guys, the Jetpack Compose write their components pixel by pixel using Canvas (if i'm correctly), I was wondering if is possible to write the Canvas in other platform, like Kotlin Native targeting iOS, and use the already created components of Jetpack Compose.
I know that this is not the goal of the project, but, it's possible?