Eventually, I am aiming to a structure like this: ...
# squarelibraries
d
Eventually, I am aiming to a structure like this:
Copy code
fun main() {
	myComposeApp { myModel ->
		renderComposable(rootElementId = "root") {
			MainComposable(myModel)
		}
	}
}
where
MyModel
is returned after the SqlDriver is ready