Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'
See original GitHub issueHi @crazycodeboy I see this warning in new app:
> Configure project :react-native-splash-screen
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation' and 'testApi'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: Configuration 'testApi' is obsolete and has been replaced with 'testImplementation'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: The specified Android SDK Build Tools version (26.0.3) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.4.
Android SDK Build Tools 27.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '26.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
I think it’s related to gradle version and we need some update to fix this.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:13
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Still getting warning : Configuration 'compile' is obsolete and ...
24 Answers 24 · First make sure all your dependencies compile are replaced with implementation . · Update all dependencies in your project....
Read more >Error Configuration 'compile' is obsolete and has ... - GitHub
Error Configuration 'compile' is obsolete and has been replaced with 'implementation'. It will be removed at the end of 2018 Configuration 'testCompile' is...
Read more >WARNING:: Configuration 'compile' is obsolete and has been ...
WARNING:: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed in version 7.0 of the ...
Read more >How to fix this error 'Configuration 'compile' is obsolete and ...
Since gradle version 3, compile has deprecated and has been replaced with implementation or api. The new way of declaring dependencies would like...
Read more >Error Configuration : Android Studio 3.1.0 - Sharecodepoint
"Configuration 'compile' is obsolete and has been replaced with 'implementation'. Example : If you using compile then show the configuration ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+1
Please find my workaround here: https://github.com/ozalexo/ChronoMint-RN/blob/209e5e9a23ef6e6a237df6cd4c42658d8b3d6f71/docs/PATCHPACKAGE.md