Update Navigation, Core-ktx, Collection-ktx and fragment-ktx to Google3

Test: n/a
Change-Id: I545bcbb256de7656634e6cc75444ee8aa2be01dc

Created CL/282609868
TGP: https://test.corp.google.com/ui#id=OCL:282609868:BASE:282649644:1574810272867:5ed97b46
diff --git a/buildSrc/src/main/kotlin/androidx/build/Jetify.kt b/buildSrc/src/main/kotlin/androidx/build/Jetify.kt
index c1ea146..175d836 100644
--- a/buildSrc/src/main/kotlin/androidx/build/Jetify.kt
+++ b/buildSrc/src/main/kotlin/androidx/build/Jetify.kt
@@ -38,9 +38,11 @@
     "m2repository/androidx/car/**",
     "m2repository/androidx/cardview/**",
     "m2repository/androidx/collection/collection/**",
+    "m2repository/androidx/collection/collection-ktx/**",
     "m2repository/androidx/contentpager/**",
     "m2repository/androidx/coordinatorlayout/**",
     "m2repository/androidx/core/core/**",
+    "m2repository/androidx/core/core-ktx/**",
     "m2repository/androidx/cursoradapter/**",
     "m2repository/androidx/customview/**",
     "m2repository/androidx/documentfile/**",
@@ -49,6 +51,7 @@
     "m2repository/androidx/emoji/**",
     "m2repository/androidx/exifinterface/**",
     "m2repository/androidx/fragment/fragment/**",
+    "m2repository/androidx/fragment/fragment-ktx/**",
     "m2repository/androidx/gridlayout/**",
     "m2repository/androidx/heifwriter/**",
     "m2repository/androidx/interpolator/**",
diff --git a/jetifier/jetifier/migration.config b/jetifier/jetifier/migration.config
index f46eae3..dae320b 100644
--- a/jetifier/jetifier/migration.config
+++ b/jetifier/jetifier/migration.config
@@ -429,6 +429,18 @@
       "to": "ignore"
     },
     {
+      "from": "androidx/fragment/app/(.+)Kt(.*)",
+      "to": "ignore"
+    },
+    {
+      "from": "androidx/collection/(.+)Kt(.*)",
+      "to": "ignore"
+    },
+    {
+      "from": "androidx/core/(.+)/(.+)Kt(.*)",
+      "to": "ignore"
+    },
+    {
       "from": "androidx/gridlayout/widget/GridLayout(.*)",
       "to": "ignore"
     },
@@ -1230,6 +1242,42 @@
     },
     {
       "from": {
+        "groupId": "androidx.fragment",
+        "artifactId": "fragment-ktx",
+        "version": "{oldSlVersion}"
+      },
+      "to": {
+        "groupId": "androidx.fragment",
+        "artifactId": "fragment-ktx",
+        "version": "{newSlVersion}"
+      }
+    },
+    {
+      "from": {
+        "groupId": "androidx.collection",
+        "artifactId": "collection-ktx",
+        "version": "{oldSlVersion}"
+      },
+      "to": {
+        "groupId": "androidx.collection",
+        "artifactId": "collection-ktx",
+        "version": "{newSlVersion}"
+      }
+    },
+    {
+      "from": {
+        "groupId": "androidx.core",
+        "artifactId": "core-ktx",
+        "version": "{oldSlVersion}"
+      },
+      "to": {
+        "groupId": "androidx.core",
+        "artifactId": "core-ktx",
+        "version": "{newSlVersion}"
+      }
+    },
+    {
+      "from": {
         "groupId": "androidx.savedstate",
         "artifactId": "savedstate",
         "version": "{newSlVersion}"