I am trying to render html page using androidview ...
# compose
a
I am trying to render html page using androidview but getting this error while importing the dependancy.
ERROR: Failed to resolve: androidx.ui:ui-android-view:0.1.0-dev04
d
You probably need to add a separate maven repository for
dev
versions. Look up the dependency, there are multiple websites that will list the repositories that host it.
Copy code
repositories {
    maven("<https://repositoryUrl>")
}
f
Afaik ui-android-view isn't uploaded
👍 1