Skip to content

Commit b62aab2

Browse files
committed
Docs
Change-Id: I2977400b84ced0fb0f01ba14acb2e8f1e33ba61b
1 parent b323570 commit b62aab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ val Project.configDir get() = "$rootDir/library/quality"
5656
val Project.reportsDir get() = "$buildDir/reports"
5757

5858
/**
59-
* Extension property to determine if a Project is the 'library' module
59+
* Determines if a Project is the 'library' module
6060
*/
6161
val Project.isLibrary get() = name == "library"
6262

6363
/**
64-
* Extension property to get the maven artifact name for a Project.
64+
* Returns the maven artifact name for a Project.
6565
*/
6666
val Project.artifactName get() = if (isLibrary) "firebase-ui" else "firebase-ui-${this.name}"
6767

6868
/**
69-
* Extension property to get the name for a Project's maven publication.
69+
* Returns the name for a Project's maven publication.
7070
*/
7171
val Project.publicationName get() = if (isLibrary) "monolithLibrary" else "${name}Library"
7272

0 commit comments

Comments
 (0)