本文介绍了Gradle依赖项配置:实现vs api vs runtimeonly vs compileonly的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
无法理解在 Android Studio 3.0
中引入的最新gradle
依赖项配置,即实现,api,compileonly和only runtime.
Unable to understand the latest gradle
dependency configurations which are introduced in Android Studio 3.0
i.e. implementation, api , compileonly and runtimeonly.
推荐答案
请参考链接: Android Studio 3.0 New Gradle Configuration 可在android开发人员官方网站上获取.
Please refer the link : Android Studio 3.0 New Gradle Configuration available at android developers official site.
基于以上链接中的描述:
Based on description mentioned in above link:
这篇关于Gradle依赖项配置:实现vs api vs runtimeonly vs compileonly的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!