gradle 学习
网站汇总
Tutorial
gradle init –type java-application –dsl kotlin
Gradle wrapper
Invoking the Gradle Wrapper
differece of build and project:
- A build:
- Represents a bundle of related software that you can build, test, and/or release together.
- Can optionally include other builds (i.e. additional software such as libraries, plugins, build-time tools, etc).
- A project:
- Represents a single piece of your architecture - a library, an app, a Gradle plugin, etc.
- Can optionally contain other projects.
- A build:
Structure
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达,可以邮件至 963614756@qq.com。