Japanese translation of the comments in settings.gradle.
settings.gradle
This configuration file is a file generated by the gradle init
task.
This configuration file is used to specify which projects to include at build time. When building a single project, leave this configuration file empty Or you may delete it.
Learn more about Gradle's multi-project build settings See user guide.
Use the `ʻinclude`` method to declare a project as part of a multi-project.
include 'shared'
include 'api'
include 'services:webservice'
rootProject.name = 'test'
Recommended Posts