I’m trying to figure out how to use legacy android...
# compose
z
I’m trying to figure out how to use legacy android `View`s from composable functions, using the WebComponent sample here: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-master-dev:ui/ui-android-view/src/main/java/androidx/ui/androidview/WebComponent.kt The integration looks very simple (just call the view as a function), but I can’t do this in my own project and it looks like the sample requires the
ui-android-view-non-ir
artifact, which is not published to Maven. Is it actually possible to do this integration with the artifacts that are currently published?
c
I am still having this issue. Is there any way to use WebView
z
This has worked for the last few releases, what issue are you actually seeing?