I'm receiving the following error hen trying to build a React Native Android project:
Unable to resolve dependency for ':react-native-mercado-pago@debug/compileClasspath': Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.3.0-rc-57.
Show Details
Affected Modules: react-native-mercado-pago
So, the real problem is that I cannot find the reference to:
org.jetbrains.kotlin:kotlin-stdlib:1.3.0-rc-57
Neither on my project or on the affected module.
I've tried adding org.jetbrains.kotlin:kotlin-stdlib-common:1.3.0-rc-51 or maybe org.jetbrains.kotlin:kotlin-stdlib:1.3.0 to my gradle dependencies but no success
I'm not really familiar how to handle android dependency issues, so any help would be appreciated.