Move to Kotlin friendly supportLibrary extension calling.

Test: None
Change-Id: I317174fb90b440ce036230d604d81343f32c4cfb
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
 }