Is there a way to import an xml layout to compose...
# compose
j
Is there a way to import an xml layout to compose multiplatform.?
a
Have a look at
AndroidView
but it should just be a stopgap measure
just read that you wrote compose mpp, nevermind then, this answer only applies to jetpack compose
x
You won't be able to use an XML for shared code. You would need to have it in a platform-specific module
j
I got it.