Join Slack
Powered by
Is there a way to import an xml layout to compose...
# compose
j
jamshedalamqaderi
08/21/2023, 7:04 AM
Is there a way to import an xml layout to compose multiplatform.?
a
Alex
08/21/2023, 7:47 AM
Have a look at
AndroidView
but it should just be a stopgap measure
Alex
08/21/2023, 7:48 AM
FYI:
https://developer.android.com/jetpack/compose/migrate/interoperability-apis/views-in-compose
Alex
08/21/2023, 7:48 AM
just read that you wrote compose mpp, nevermind then, this answer only applies to jetpack compose
x
xoangon
08/21/2023, 7:49 AM
You won't be able to use an XML for shared code. You would need to have it in a platform-specific module
j
jamshedalamqaderi
08/21/2023, 8:02 AM
I got it.
2
Views
Open in Slack
Previous
Next