-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Androidx duplicate dependencies #258
Comments
Don't mix dependencies, add only moxy-x or moxy |
if i add only |
Use should also use custom Moxy This worked for me |
that works on my Android-x project ($versions.moxy = 1.7.0):
|
You can solve the problem by don't add implementation "com.arello-mobile:moxy-app-compat:$moxy" to your project but instead of this you can create your class com.arellomobile.mvp.MvpAppCompatActivity with the code from this repository but with the dependency on androidX and use it as well. Here is come a couple of code:
|
this works on my Android-x project
|
Hi, all This repo and repo of tech.schoolhelper are not up to date. |
I started AndroidX project, i am using this dependencies:
but in build process getting this error:
How to resolve this errors?
The text was updated successfully, but these errors were encountered: