Hi everybody ! I've got this build.gradle from a R...
# android
l
Hi everybody ! I've got this build.gradle from a React Native project. It worked before I upgrade inside to latest Gradle version Android Studio. (Android Gradle Plugin)
This is the error I got from build
a
https://developer.android.com/studio/preview/features#dependency-configurations-removed Read release notes, especially when you are using an alpha version.
👍 1
l
Thank you, I'm gonna read it 🙂
In my case, I think I must replace
compile
with
implementation
. Configuration.compile => Configuration.implementation.