Can Compose Multiplatform use Jetpack components?

I’m trying to figure what is Compose Multiplatform. Will it be only for the UI or can we use other Jetpack components like LiveData?

You can use multiplatform Compose components, but obviously not Android ones.