So i'm going through the joyous task of upgrading to AndroidX in an existing React Native project. Thus far I've set useAndroidX=true, enableJetifier=true, set the target SdkVersion to 28, and even switched jcenter() above goggle() in the repositories {}. I keep getting the error "Could not find com.google.jimfs:jimfs:1.1" - and it's friend "Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.21" - help, please!
Add mavenCentral()
to project level build.gradle
file's repositories
section of buildscript
and allprojects
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With