Move to Kotlin friendly supportLibrary extension calling.

Test: None
Change-Id: I317174fb90b440ce036230d604d81343f32c4cfb
diff --git a/annotations/build.gradle b/annotations/build.gradle
index 2e8fbab..7ec29e2 100644
--- a/annotations/build.gradle
+++ b/annotations/build.gradle
@@ -47,8 +47,8 @@
 }
 
 supportLibrary {
-    name 'Android Support Library Annotations'
-    publish true
-    inceptionYear '2013'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs."
+    name = "Android Support Library Annotations"
+    publish = true
+    inceptionYear = "2013"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs."
 }
\ No newline at end of file
diff --git a/app-toolkit/common/build.gradle b/app-toolkit/common/build.gradle
index e42dc63..0bdff1b 100644
--- a/app-toolkit/common/build.gradle
+++ b/app-toolkit/common/build.gradle
@@ -32,9 +32,9 @@
 
 version = LibraryVersions.ARCH_CORE.toString()
 supportLibrary {
-    name 'Android Arch-Common'
-    publish true
-    inceptionYear '2017'
-    description "Android Arch-Common"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Arch-Common"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Arch-Common"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/app-toolkit/core-testing/build.gradle b/app-toolkit/core-testing/build.gradle
index b679d98..0826be9 100644
--- a/app-toolkit/core-testing/build.gradle
+++ b/app-toolkit/core-testing/build.gradle
@@ -55,9 +55,9 @@
 
 version = LibraryVersions.ARCH_CORE_TESTING.toString()
 supportLibrary {
-    name 'Android Core-Testing'
-    publish true
-    inceptionYear '2017'
-    description "Android Core-Testing"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Core-Testing"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Core-Testing"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/app-toolkit/runtime/build.gradle b/app-toolkit/runtime/build.gradle
index c6badd7..bcb7ae2 100644
--- a/app-toolkit/runtime/build.gradle
+++ b/app-toolkit/runtime/build.gradle
@@ -50,9 +50,9 @@
 
 version = LibraryVersions.ARCH_RUNTIME.toString()
 supportLibrary {
-    name 'Android Arch-Runtime'
-    publish true
-    inceptionYear '2017'
-    description "Android Arch-Runtime"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Arch-Runtime"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Arch-Runtime"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/compat/build.gradle b/compat/build.gradle
index e81bf25..4488589 100644
--- a/compat/build.gradle
+++ b/compat/build.gradle
@@ -32,9 +32,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Library compat'
-    publish true
-    inceptionYear '2015'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren\'t a part of the framework APIs. Compatible on devices running API 14 or later."
-    legacySourceLocation true
+    name = "Android Support Library compat"
+    publish = true
+    inceptionYear = "2015"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren\'t a part of the framework APIs. Compatible on devices running API 14 or later."
+    legacySourceLocation = true
 }
diff --git a/content/build.gradle b/content/build.gradle
index 9d4842b..21b4a9e2 100644
--- a/content/build.gradle
+++ b/content/build.gradle
@@ -34,9 +34,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Content'
-    publish true
-    inceptionYear '2017'
-    description 'Library providing support for paging across content exposed via a ContentProvider. Use of this library allows a client to avoid expensive interprocess "cursor window swaps" on the UI thread.'
-    legacySourceLocation true
+    name = "Android Support Content"
+    publish = true
+    inceptionYear = "2017"
+    description = "Library providing support for paging across content exposed via a ContentProvider. Use of this library allows a client to avoid expensive interprocess \"cursor window swaps\" on the UI thread."
+    legacySourceLocation = true
 }
diff --git a/core-ui/build.gradle b/core-ui/build.gradle
index 19ed3da..d0edb81 100644
--- a/core-ui/build.gradle
+++ b/core-ui/build.gradle
@@ -24,9 +24,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Library core UI'
-    publish true
-    inceptionYear '2011'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
-    legacySourceLocation true
+    name = "Android Support Library core UI"
+    publish = true
+    inceptionYear = "2011"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
+    legacySourceLocation = true
 }
diff --git a/core-utils/build.gradle b/core-utils/build.gradle
index 35923bd..b9a6c8b 100644
--- a/core-utils/build.gradle
+++ b/core-utils/build.gradle
@@ -19,9 +19,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Library core utils'
-    publish true
-    inceptionYear '2011'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
-    legacySourceLocation true
+    name = "Android Support Library core utils"
+    publish = true
+    inceptionYear = "2011"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
+    legacySourceLocation = true
 }
diff --git a/customtabs/build.gradle b/customtabs/build.gradle
index c928235..8c9ff7d 100644
--- a/customtabs/build.gradle
+++ b/customtabs/build.gradle
@@ -22,9 +22,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Custom Tabs'
-    publish true
-    inceptionYear '2015'
-    description 'Android Support Custom Tabs'
-    legacySourceLocation true
+    name = "Android Support Custom Tabs"
+    publish = true
+    inceptionYear = "2015"
+    description = "Android Support Custom Tabs"
+    legacySourceLocation = true
 }
diff --git a/design/build.gradle b/design/build.gradle
index e024638..5c3a281 100644
--- a/design/build.gradle
+++ b/design/build.gradle
@@ -61,9 +61,9 @@
 }
 
 supportLibrary {
-    name 'Android Design Support Library'
-    publish true
-    inceptionYear '2015'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren\'t a part of the framework APIs. Compatible on devices running API 14 or later."
-    legacySourceLocation true
+    name = "Android Design Support Library"
+    publish = true
+    inceptionYear = "2015"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren\'t a part of the framework APIs. Compatible on devices running API 14 or later."
+    legacySourceLocation = true
 }
diff --git a/dynamic-animation/build.gradle b/dynamic-animation/build.gradle
index 45af6f7d..70f2088 100644
--- a/dynamic-animation/build.gradle
+++ b/dynamic-animation/build.gradle
@@ -18,9 +18,9 @@
 }
 
 supportLibrary {
-    name 'Android Support DynamicAnimation'
-    publish true
-    inceptionYear '2017'
-    description "Physics-based animation in support library, where the animations are driven by physics force. You can use this Animation library to create smooth and realistic animations."
-    legacySourceLocation true
+    name = "Android Support DynamicAnimation"
+    publish = true
+    inceptionYear = "2017"
+    description = "Physics-based animation in support library, where the animations are driven by physics force. You can use this Animation library to create smooth and realistic animations."
+    legacySourceLocation = true
 }
\ No newline at end of file
diff --git a/emoji/appcompat/build.gradle b/emoji/appcompat/build.gradle
index f856149..55c606d 100644
--- a/emoji/appcompat/build.gradle
+++ b/emoji/appcompat/build.gradle
@@ -31,9 +31,9 @@
 }
 
 supportLibrary {
-    name 'Android Emoji AppCompat'
-    publish true
-    inceptionYear '2017'
-    description 'EmojiCompat Widgets for AppCompat integration'
-    legacySourceLocation true
+    name = "Android Emoji AppCompat"
+    publish = true
+    inceptionYear = "2017"
+    description = "EmojiCompat Widgets for AppCompat integration"
+    legacySourceLocation = true
 }
\ No newline at end of file
diff --git a/emoji/bundled/build.gradle b/emoji/bundled/build.gradle
index 7e22307..867da38 100644
--- a/emoji/bundled/build.gradle
+++ b/emoji/bundled/build.gradle
@@ -21,19 +21,19 @@
 }
 
 supportLibrary {
-    name 'Android Emoji Compat'
-    publish true
-    inceptionYear '2017'
-    description 'Library bundled with assets to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.'
+    name = "Android Emoji Compat"
+    publish = true
+    inceptionYear = "2017"
+    description = "Library bundled with assets to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters."
 
     license {
-        name 'SIL Open Font License, Version 1.1'
-        url  'http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web'
+        name = "SIL Open Font License, Version 1.1"
+        url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"
     }
 
     license {
-        name 'Unicode, Inc. License'
-        url 'http://www.unicode.org/copyright.html#License'
+        name = "Unicode, Inc. License"
+        url = "http://www.unicode.org/copyright.html#License"
     }
-    legacySourceLocation true
+    legacySourceLocation = true
 }
\ No newline at end of file
diff --git a/emoji/core/build.gradle b/emoji/core/build.gradle
index 3ebd2dc..91ec9ad 100644
--- a/emoji/core/build.gradle
+++ b/emoji/core/build.gradle
@@ -56,18 +56,18 @@
 }
 
 supportLibrary {
-    name 'Android Emoji Compat'
-    publish true
-    inceptionYear '2017'
-    description 'Core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.'
+    name = "Android Emoji Compat"
+    publish = true
+    inceptionYear = "2017"
+    description = "Core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters."
 
     license {
-        name 'SIL Open Font License, Version 1.1'
-        url  'http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web'
+        name = "SIL Open Font License, Version 1.1"
+        url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"
     }
 
     license {
-        name 'Unicode, Inc. License'
-        url 'http://www.unicode.org/copyright.html#License'
+        name = "Unicode, Inc. License"
+        url = "http://www.unicode.org/copyright.html#License"
     }
 }
diff --git a/exifinterface/build.gradle b/exifinterface/build.gradle
index 14c5192..e77c8b8 100644
--- a/exifinterface/build.gradle
+++ b/exifinterface/build.gradle
@@ -15,9 +15,9 @@
 }
 
 supportLibrary {
-    name 'Android Support ExifInterface'
-    publish true
-    inceptionYear '2016'
-    description 'Android Support ExifInterface'
-    legacySourceLocation true
+    name = "Android Support ExifInterface"
+    publish = true
+    inceptionYear = "2016"
+    description = "Android Support ExifInterface"
+    legacySourceLocation = true
 }
diff --git a/fragment/build.gradle b/fragment/build.gradle
index 0bfe003..d4f855fa 100644
--- a/fragment/build.gradle
+++ b/fragment/build.gradle
@@ -21,10 +21,10 @@
 }
 
 supportLibrary {
-    name 'Android Support Library fragment'
-    publish true
-    inceptionYear '2011'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren\'t a part of the framework APIs. Compatible on devices running API 14 or later."
-    legacySourceLocation true
+    name = "Android Support Library fragment"
+    publish = true
+    inceptionYear = "2011"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren\'t a part of the framework APIs. Compatible on devices running API 14 or later."
+    legacySourceLocation = true
 }
 
diff --git a/graphics/drawable/animated/build.gradle b/graphics/drawable/animated/build.gradle
index 7695460..5133ac8 100644
--- a/graphics/drawable/animated/build.gradle
+++ b/graphics/drawable/animated/build.gradle
@@ -27,9 +27,9 @@
 }
 
 supportLibrary {
-    name 'Android Support AnimatedVectorDrawable'
-    publish true
-    inceptionYear '2015'
-    description 'Android Support AnimatedVectorDrawable'
-    legacySourceLocation true
+    name = "Android Support AnimatedVectorDrawable"
+    publish = true
+    inceptionYear = "2015"
+    description = "Android Support AnimatedVectorDrawable"
+    legacySourceLocation = true
 }
\ No newline at end of file
diff --git a/lifecycle/common-java8/build.gradle b/lifecycle/common-java8/build.gradle
index d5cf463..799b20c 100644
--- a/lifecycle/common-java8/build.gradle
+++ b/lifecycle/common-java8/build.gradle
@@ -32,10 +32,10 @@
 
 version = LibraryVersions.LIFECYCLES_EXT.toString()
 supportLibrary {
-    name 'Android Lifecycle-Common for Java 8 Language'
-    publish true
-    inceptionYear '2017'
-    description "Android Lifecycle-Common for Java 8 Language"
-    url SupportLibraryExtension.ARCHITECTURE_URL
-    java8Library true
+    name = "Android Lifecycle-Common for Java 8 Language"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Lifecycle-Common for Java 8 Language"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
+    java8Library = true
 }
diff --git a/lifecycle/common/build.gradle b/lifecycle/common/build.gradle
index 82f55ba..42714e4 100644
--- a/lifecycle/common/build.gradle
+++ b/lifecycle/common/build.gradle
@@ -31,9 +31,9 @@
 
 version = LibraryVersions.LIFECYCLES_CORE.toString()
 supportLibrary {
-    name 'Android Lifecycle-Common'
-    publish true
-    inceptionYear '2017'
-    description "Android Lifecycle-Common"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Lifecycle-Common"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Lifecycle-Common"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/lifecycle/compiler/build.gradle b/lifecycle/compiler/build.gradle
index e784f80..f0ed84f 100644
--- a/lifecycle/compiler/build.gradle
+++ b/lifecycle/compiler/build.gradle
@@ -40,9 +40,9 @@
 }
 
 supportLibrary {
-    name 'Android Lifecycles Compiler'
-    publish true
-    inceptionYear '2017'
-    description "Android Lifecycles annotation processor"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Lifecycles Compiler"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Lifecycles annotation processor"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
diff --git a/lifecycle/extensions/build.gradle b/lifecycle/extensions/build.gradle
index 27ca284..595563e 100644
--- a/lifecycle/extensions/build.gradle
+++ b/lifecycle/extensions/build.gradle
@@ -17,7 +17,9 @@
 import android.support.LibraryVersions
 import android.support.SupportLibraryExtension
 
-apply plugin: android.support.SupportAndroidLibraryPlugin
+plugins {
+    id("SupportAndroidLibraryPlugin")
+}
 
 android {
     defaultConfig {
@@ -52,9 +54,9 @@
 
 version = LibraryVersions.LIFECYCLES_EXT.toString()
 supportLibrary {
-    name 'Android Lifecycle Extensions'
-    publish true
-    inceptionYear '2017'
-    description "Android Lifecycle Extensions"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Lifecycle Extensions"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Lifecycle Extensions"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/lifecycle/reactivestreams/build.gradle b/lifecycle/reactivestreams/build.gradle
index eb8d63c..c4821f3 100644
--- a/lifecycle/reactivestreams/build.gradle
+++ b/lifecycle/reactivestreams/build.gradle
@@ -54,9 +54,9 @@
 
 version = LibraryVersions.LIFECYCLES_EXT.toString()
 supportLibrary {
-    name 'Android Lifecycle Reactivestreams'
-    publish true
-    inceptionYear '2017'
-    description "Android Lifecycle Reactivestreams"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Lifecycle Reactivestreams"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Lifecycle Reactivestreams"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/media-compat-test-client/build.gradle b/media-compat-test-client/build.gradle
index 76fc2be..47141db 100644
--- a/media-compat-test-client/build.gradle
+++ b/media-compat-test-client/build.gradle
@@ -36,5 +36,5 @@
 }
 
 supportLibrary {
-    legacySourceLocation true
+    legacySourceLocation = true
 }
\ No newline at end of file
diff --git a/media-compat-test-service/build.gradle b/media-compat-test-service/build.gradle
index 87c8bd1..946d48b 100644
--- a/media-compat-test-service/build.gradle
+++ b/media-compat-test-service/build.gradle
@@ -35,5 +35,5 @@
 }
 
 supportLibrary {
-    legacySourceLocation true
+    legacySourceLocation = true
 }
diff --git a/media-compat/build.gradle b/media-compat/build.gradle
index eeeb3db..753a8eb 100644
--- a/media-compat/build.gradle
+++ b/media-compat/build.gradle
@@ -37,9 +37,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Library media compat'
-    publish true
-    inceptionYear '2011'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
-    legacySourceLocation true
+    name = "Android Support Library media compat"
+    publish = true
+    inceptionYear = "2011"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
+    legacySourceLocation = true
 }
diff --git a/paging/common/build.gradle b/paging/common/build.gradle
index 93d4437..1875f45 100644
--- a/paging/common/build.gradle
+++ b/paging/common/build.gradle
@@ -38,9 +38,9 @@
 
 version = LibraryVersions.PAGING.toString()
 supportLibrary {
-    name 'Android Paging-Common'
-    publish true
-    inceptionYear '2017'
-    description "Android Paging-Common"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Paging-Common"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Paging-Common"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/paging/runtime/build.gradle b/paging/runtime/build.gradle
index 936e482..34ca5e1 100644
--- a/paging/runtime/build.gradle
+++ b/paging/runtime/build.gradle
@@ -60,9 +60,9 @@
 
 version = LibraryVersions.PAGING.toString()
 supportLibrary {
-    name 'Android Lifecycle Extensions'
-    publish true
-    inceptionYear '2017'
-    description "Android Lifecycle Extensions"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Lifecycle Extensions"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Lifecycle Extensions"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/percent/build.gradle b/percent/build.gradle
index fdf94ca..fc6282b 100644
--- a/percent/build.gradle
+++ b/percent/build.gradle
@@ -20,9 +20,9 @@
 }
 
 supportLibrary {
-    name 'Android Percent Support Library'
-    publish true
-    inceptionYear '2015'
-    description 'Android Percent Support Library'
-    legacySourceLocation true
+    name = "Android Percent Support Library"
+    publish = true
+    inceptionYear = "2015"
+    description = "Android Percent Support Library"
+    legacySourceLocation = true
 }
diff --git a/persistence/db-framework/build.gradle b/persistence/db-framework/build.gradle
index cc652c2..19e00e3 100644
--- a/persistence/db-framework/build.gradle
+++ b/persistence/db-framework/build.gradle
@@ -49,9 +49,9 @@
 
 version = LibraryVersions.ROOM.toString()
 supportLibrary {
-    name 'Android Support SQLite - Framework Implementation'
-    publish true
-    inceptionYear '2017'
-    description "The implementation of Support SQLite library using the framework code."
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Support SQLite - Framework Implementation"
+    publish = true
+    inceptionYear = "2017"
+    description = "The implementation of Support SQLite library using the framework code."
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/persistence/db/build.gradle b/persistence/db/build.gradle
index 9cb663f..5aa6009 100644
--- a/persistence/db/build.gradle
+++ b/persistence/db/build.gradle
@@ -48,9 +48,9 @@
 
 version = LibraryVersions.ROOM.toString()
 supportLibrary {
-    name 'Android DB'
-    publish true
-    inceptionYear '2017'
-    description "Android DB"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android DB"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android DB"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/recommendation/build.gradle b/recommendation/build.gradle
index 7b65525..3704e66 100644
--- a/recommendation/build.gradle
+++ b/recommendation/build.gradle
@@ -13,9 +13,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Recommendation'
-    publish true
-    inceptionYear '2015'
-    description 'Android Support Recommendation'
-    legacySourceLocation true
+    name = "Android Support Recommendation"
+    publish = true
+    inceptionYear = "2015"
+    description = "Android Support Recommendation"
+    legacySourceLocation = true
 }
diff --git a/room/common/build.gradle b/room/common/build.gradle
index dbc84f5..b5e3087 100644
--- a/room/common/build.gradle
+++ b/room/common/build.gradle
@@ -31,9 +31,9 @@
 
 version = LibraryVersions.ROOM.toString()
 supportLibrary {
-    name 'Android Room-Common'
-    publish true
-    inceptionYear '2017'
-    description "Android Room-Common"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Room-Common"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Room-Common"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/room/compiler/build.gradle b/room/compiler/build.gradle
index 222a338..8ed3204 100644
--- a/room/compiler/build.gradle
+++ b/room/compiler/build.gradle
@@ -78,9 +78,9 @@
 createKotlinCheckstyle(project)
 
 supportLibrary {
-    name 'Android Room Compiler'
-    publish true
-    inceptionYear '2017'
-    description "Android Room annotation processor"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Room Compiler"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Room annotation processor"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
diff --git a/room/migration/build.gradle b/room/migration/build.gradle
index d6550ac..1e73cee 100644
--- a/room/migration/build.gradle
+++ b/room/migration/build.gradle
@@ -35,9 +35,9 @@
 
 version = LibraryVersions.ROOM.toString()
 supportLibrary {
-    name 'Android Room Migration'
-    publish true
-    inceptionYear '2017'
-    description "Android Room Migration"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Room Migration"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Room Migration"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/room/runtime/build.gradle b/room/runtime/build.gradle
index d79dfb6..cc84cde 100644
--- a/room/runtime/build.gradle
+++ b/room/runtime/build.gradle
@@ -69,9 +69,9 @@
 
 version = LibraryVersions.ROOM.toString()
 supportLibrary {
-    name 'Android Room-Runtime'
-    publish true
-    inceptionYear '2017'
-    description "Android Room-Runtime"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Room-Runtime"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Room-Runtime"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/room/rxjava2/build.gradle b/room/rxjava2/build.gradle
index c75f29c..73da740 100644
--- a/room/rxjava2/build.gradle
+++ b/room/rxjava2/build.gradle
@@ -56,9 +56,9 @@
 
 version = LibraryVersions.ROOM.toString()
 supportLibrary {
-    name 'Android Room RXJava2'
-    publish true
-    inceptionYear '2017'
-    description "Android Room RXJava2"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Room RXJava2"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Room RXJava2"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/room/testing/build.gradle b/room/testing/build.gradle
index 4af1f3c..459aecf 100644
--- a/room/testing/build.gradle
+++ b/room/testing/build.gradle
@@ -56,9 +56,9 @@
 
 version = LibraryVersions.ROOM.toString()
 supportLibrary {
-    name 'Android Room Testimg'
-    publish true
-    inceptionYear '2017'
-    description "Android Room Testing"
-    url SupportLibraryExtension.ARCHITECTURE_URL
+    name = "Android Room Testing"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Room Testing"
+    url = SupportLibraryExtension.ARCHITECTURE_URL
 }
\ No newline at end of file
diff --git a/testutils/build.gradle b/testutils/build.gradle
index 918db1a..15eabaf 100644
--- a/testutils/build.gradle
+++ b/testutils/build.gradle
@@ -32,5 +32,5 @@
 }
 
 supportLibrary {
-    legacySourceLocation true
+    legacySourceLocation = true
 }
\ No newline at end of file
diff --git a/transition/build.gradle b/transition/build.gradle
index d101b64..ccf814f 100644
--- a/transition/build.gradle
+++ b/transition/build.gradle
@@ -46,9 +46,9 @@
 }
 
 supportLibrary {
-    name 'Android Transition Support Library'
-    publish true
-    inceptionYear '2016'
-    description 'Android Transition Support Library'
-    legacySourceLocation true
+    name = "Android Transition Support Library"
+    publish = true
+    inceptionYear = "2016"
+    description = "Android Transition Support Library"
+    legacySourceLocation = true
 }
diff --git a/tv-provider/build.gradle b/tv-provider/build.gradle
index c44cfbb..b31a42d 100644
--- a/tv-provider/build.gradle
+++ b/tv-provider/build.gradle
@@ -16,9 +16,9 @@
 }
 
 supportLibrary {
-    name 'Android Support TV Provider'
-    publish true
-    inceptionYear '2017'
-    description 'Android Support Library for TV Provider'
-    legacySourceLocation true
+    name = "Android Support TV Provider"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Support Library for TV Provider"
+    legacySourceLocation = true
 }
\ No newline at end of file
diff --git a/v13/build.gradle b/v13/build.gradle
index cf2b100..885ca09 100644
--- a/v13/build.gradle
+++ b/v13/build.gradle
@@ -25,9 +25,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Library v13'
-    publish true
-    inceptionYear '2011'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
-    legacySourceLocation true
+    name = "Android Support Library v13"
+    publish = true
+    inceptionYear = "2011"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
+    legacySourceLocation = true
 }
diff --git a/v14/preference/build.gradle b/v14/preference/build.gradle
index 2adeda7..c8ef4c3 100644
--- a/v14/preference/build.gradle
+++ b/v14/preference/build.gradle
@@ -36,9 +36,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Preference v14'
-    publish true
-    inceptionYear '2015'
-    description 'Android Support Preference v14'
-    legacySourceLocation true
+    name = "Android Support Preference v14"
+    publish = true
+    inceptionYear = "2015"
+    description = "Android Support Preference v14"
+    legacySourceLocation = true
 }
diff --git a/v17/leanback/build.gradle b/v17/leanback/build.gradle
index b0f5abf..d0710a7 100644
--- a/v17/leanback/build.gradle
+++ b/v17/leanback/build.gradle
@@ -33,9 +33,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Leanback v17'
-    publish true
-    inceptionYear '2014'
-    description 'Android Support Leanback v17'
-    legacySourceLocation true
+    name = "Android Support Leanback v17"
+    publish = true
+    inceptionYear = "2014"
+    description = "Android Support Leanback v17"
+    legacySourceLocation = true
 }
diff --git a/v17/preference-leanback/build.gradle b/v17/preference-leanback/build.gradle
index bf6d0e7..a767698 100644
--- a/v17/preference-leanback/build.gradle
+++ b/v17/preference-leanback/build.gradle
@@ -26,9 +26,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Leanback Preference v17'
-    publish true
-    inceptionYear '2015'
-    description 'Android Support Leanback Preference v17'
-    legacySourceLocation true
+    name = "Android Support Leanback Preference v17"
+    publish = true
+    inceptionYear = "2015"
+    description = "Android Support Leanback Preference v17"
+    legacySourceLocation = true
 }
\ No newline at end of file
diff --git a/v4/build.gradle b/v4/build.gradle
index aa739b3..ac86746 100644
--- a/v4/build.gradle
+++ b/v4/build.gradle
@@ -19,9 +19,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Library v4'
-    publish true
-    inceptionYear '2011'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
-    legacySourceLocation true
+    name = "Android Support Library v4"
+    publish = true
+    inceptionYear = "2011"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
+    legacySourceLocation = true
 }
diff --git a/v7/appcompat/build.gradle b/v7/appcompat/build.gradle
index 88c1980..10e8f94 100644
--- a/v7/appcompat/build.gradle
+++ b/v7/appcompat/build.gradle
@@ -34,9 +34,9 @@
 }
 
 supportLibrary {
-    name 'Android AppCompat Library v7'
-    publish true
-    inceptionYear '2011'
-    description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren\'t a part of the framework APIs. Compatible on devices running API 14 or later."
-    legacySourceLocation true
+    name = "Android AppCompat Library v7"
+    publish = true
+    inceptionYear = "2011"
+    description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren\'t a part of the framework APIs. Compatible on devices running API 14 or later."
+    legacySourceLocation = true
 }
diff --git a/v7/cardview/build.gradle b/v7/cardview/build.gradle
index 8ed0e93..867e389 100644
--- a/v7/cardview/build.gradle
+++ b/v7/cardview/build.gradle
@@ -17,9 +17,9 @@
 }
 
 supportLibrary {
-    name 'Android Support CardView v7'
-    publish true
-    inceptionYear '2011'
-    description 'Android Support CardView v7'
-    legacySourceLocation true
+    name = "Android Support CardView v7"
+    publish = true
+    inceptionYear = "2011"
+    description = "Android Support CardView v7"
+    legacySourceLocation = true
 }
diff --git a/v7/gridlayout/build.gradle b/v7/gridlayout/build.gradle
index aaceec0..3689255 100644
--- a/v7/gridlayout/build.gradle
+++ b/v7/gridlayout/build.gradle
@@ -21,9 +21,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Grid Layout'
-    publish true
-    inceptionYear '2013'
-    description 'Android Support Grid Layout'
-    legacySourceLocation true
+    name = "Android Support Grid Layout"
+    publish = true
+    inceptionYear = "2013"
+    description = "Android Support Grid Layout"
+    legacySourceLocation = true
 }
diff --git a/v7/mediarouter/build.gradle b/v7/mediarouter/build.gradle
index 42d9036..d93e4d4 100644
--- a/v7/mediarouter/build.gradle
+++ b/v7/mediarouter/build.gradle
@@ -30,9 +30,9 @@
 }
 
 supportLibrary {
-    name 'Android MediaRouter Support Library'
-    publish true
-    inceptionYear '2013'
-    description 'Android MediaRouter Support Library'
-    legacySourceLocation true
+    name = "Android MediaRouter Support Library"
+    publish = true
+    inceptionYear = "2013"
+    description = "Android MediaRouter Support Library"
+    legacySourceLocation = true
 }
diff --git a/v7/palette/build.gradle b/v7/palette/build.gradle
index 25a60c7..c2d189e 100644
--- a/v7/palette/build.gradle
+++ b/v7/palette/build.gradle
@@ -16,9 +16,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Palette v7'
-    publish true
-    inceptionYear '2014'
-    description 'Android Support Palette v7'
-    legacySourceLocation true
+    name = "Android Support Palette v7"
+    publish = true
+    inceptionYear = "2014"
+    description = "Android Support Palette v7"
+    legacySourceLocation = true
 }
diff --git a/v7/preference/build.gradle b/v7/preference/build.gradle
index b5f7ac4..318c149 100644
--- a/v7/preference/build.gradle
+++ b/v7/preference/build.gradle
@@ -52,9 +52,9 @@
 }
 
 supportLibrary {
-    name 'Android Support Preference v7'
-    publish true
-    inceptionYear '2015'
-    description 'Android Support Preference v7'
-    legacySourceLocation true
+    name = "Android Support Preference v7"
+    publish = true
+    inceptionYear = "2015"
+    description = "Android Support Preference v7"
+    legacySourceLocation = true
 }
diff --git a/v7/recyclerview/build.gradle b/v7/recyclerview/build.gradle
index 9799701..937cb59 100644
--- a/v7/recyclerview/build.gradle
+++ b/v7/recyclerview/build.gradle
@@ -38,9 +38,9 @@
 }
 
 supportLibrary {
-    name 'Android Support RecyclerView v7'
-    publish true
-    inceptionYear '2014'
-    description 'Android Support RecyclerView v7'
-    legacySourceLocation true
+    name = "Android Support RecyclerView v7"
+    publish = true
+    inceptionYear = "2014"
+    description = "Android Support RecyclerView v7"
+    legacySourceLocation = true
 }
diff --git a/wear/build.gradle b/wear/build.gradle
index 6a7c903..79797aa 100644
--- a/wear/build.gradle
+++ b/wear/build.gradle
@@ -35,14 +35,9 @@
 }
 
 supportLibrary {
-    name 'Android Wear Support UI'
-    publish true
-    inceptionYear '2016'
-    description 'Android Wear Support UI'
-
-    license {
-        name 'The Apache Software License, Version 2.0'
-        url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
-    }
-    legacySourceLocation true
+    name = "Android Wear Support UI"
+    publish = true
+    inceptionYear = "2016"
+    description = "Android Wear Support UI"
+    legacySourceLocation = true
 }