Build.gradle: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
build.gradle is the script interface to a [[Gradle_Project#Project_API_and_build.gradle_DSL|Project instance]]. | build.gradle is the script interface to a [[Gradle_Project#Project_API_and_build.gradle_DSL|Project instance]]. | ||
=Comments= | |||
<syntaxhighlight lang='groovy'> | |||
// This is a comment | |||
</syntaxhighlight> |
Revision as of 01:24, 4 October 2020
Internal
Overview
build.gradle is the script interface to a Project instance.
Comments
// This is a comment