File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ val Project.configDir get() = "$rootDir/library/quality"
5656val 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 */
6161val 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 */
6666val 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 */
7171val Project .publicationName get() = if (isLibrary) " monolithLibrary" else " ${name} Library"
7272
You can’t perform that action at this time.
0 commit comments