Aurimas Liutikas | b487c70 | 2020-10-08 08:46:19 -0700 | [diff] [blame] | 1 | plugins { |
| 2 | id("com.android.library") |
| 3 | id("AndroidXDocsPlugin") |
| 4 | } |
| 5 | |
Alan Viverette | 3cc596b | 2024-02-14 14:22:04 -0500 | [diff] [blame] | 6 | def docsForOptionalProject(path) { |
| 7 | Project project = findProject(path) |
Alan Viverette | ce32760 | 2024-02-28 15:59:18 -0500 | [diff] [blame] | 8 | if (project != null) { |
| 9 | dependencies { |
| 10 | docs(project) |
| 11 | } |
| 12 | } |
Alan Viverette | 3cc596b | 2024-02-14 14:22:04 -0500 | [diff] [blame] | 13 | } |
| 14 | |
Aurimas Liutikas | c2e42f3 | 2022-06-10 15:56:37 -0700 | [diff] [blame] | 15 | android { |
| 16 | namespace "androidx.docs.tipoftree" |
| 17 | } |
| 18 | |
Aurimas Liutikas | b487c70 | 2020-10-08 08:46:19 -0700 | [diff] [blame] | 19 | dependencies { |
Alan Viverette | 3cc596b | 2024-02-14 14:22:04 -0500 | [diff] [blame] | 20 | docsForOptionalProject(":xr:xr") |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 21 | docs(project(":activity:activity")) |
Jeremy Woods | bdad36f | 2021-02-09 15:59:15 -0800 | [diff] [blame] | 22 | docs(project(":activity:activity-compose")) |
Tiem Song | f33121c | 2021-06-30 12:06:35 -0700 | [diff] [blame] | 23 | samples(project(":activity:activity-compose:activity-compose-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 24 | docs(project(":activity:activity-ktx")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 25 | // ads-identifier is deprecated |
Fred Sladkey | cb02e6c | 2023-01-06 10:43:29 -0500 | [diff] [blame] | 26 | kmpDocs(project(":annotation:annotation")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 27 | docs(project(":annotation:annotation-experimental")) |
raghavmehta | 4a9d29b | 2023-05-18 10:47:43 -0700 | [diff] [blame] | 28 | docs(project(":appactions:builtintypes:builtintypes")) |
| 29 | samples(project(":appactions:builtintypes:builtintypes:builtintypes-samples")) |
Ianna Li | d2d9dab | 2023-03-03 12:43:05 -0800 | [diff] [blame] | 30 | docs(project(":appactions:interaction:interaction-capabilities-communication")) |
Albert James | c442933 | 2022-11-08 12:57:29 -0800 | [diff] [blame] | 31 | docs(project(":appactions:interaction:interaction-capabilities-core")) |
Ianna Li | 725ec54 | 2023-02-16 11:16:28 -0800 | [diff] [blame] | 32 | docs(project(":appactions:interaction:interaction-capabilities-productivity")) |
Ianna Li | 26a8338 | 2023-02-02 13:20:53 -0800 | [diff] [blame] | 33 | docs(project(":appactions:interaction:interaction-capabilities-safety")) |
Ianna Li | a3c8966 | 2023-03-09 14:25:12 -0800 | [diff] [blame] | 34 | docs(project(":appactions:interaction:interaction-capabilities-fitness")) |
Jaaz Meribole | b42a9bf | 2023-03-17 16:11:13 -0700 | [diff] [blame] | 35 | docs(project(":appactions:interaction:interaction-capabilities-testing")) |
Michael Kucharski | 3aa1e79 | 2023-01-24 20:30:29 -0800 | [diff] [blame] | 36 | docs(project(":appactions:interaction:interaction-service")) |
Uri First | fc4f578 | 2023-06-02 21:44:30 +0000 | [diff] [blame] | 37 | docs(project(":appactions:interaction:interaction-service-testing")) |
Jaaz Meribole | 8ee1f64 | 2023-06-01 13:18:27 -0700 | [diff] [blame] | 38 | docs(project(":appactions:interaction:interaction-service-wear")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 39 | docs(project(":appcompat:appcompat")) |
| 40 | docs(project(":appcompat:appcompat-resources")) |
| 41 | docs(project(":appsearch:appsearch")) |
Owen Gray | 268ce5d | 2023-01-09 14:43:33 +0000 | [diff] [blame] | 42 | docs(project(":appsearch:appsearch-builtin-types")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 43 | docs(project(":appsearch:appsearch-ktx")) |
Owen Gray | 268ce5d | 2023-01-09 14:43:33 +0000 | [diff] [blame] | 44 | docs(project(":appsearch:appsearch-platform-storage")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 45 | docs(project(":appsearch:appsearch-play-services-storage")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 46 | docs(project(":appsearch:appsearch-local-storage")) |
Dustin Lam | 1b2b8e2 | 2020-11-19 00:39:04 +0000 | [diff] [blame] | 47 | docs(project(":arch:core:core-common")) |
| 48 | docs(project(":arch:core:core-runtime")) |
| 49 | docs(project(":arch:core:core-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 50 | docs(project(":asynclayoutinflater:asynclayoutinflater")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 51 | docs(project(":asynclayoutinflater:asynclayoutinflater-appcompat")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 52 | docs(project(":autofill:autofill")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 53 | docs(project(":benchmark:benchmark-common")) |
| 54 | docs(project(":benchmark:benchmark-junit4")) |
| 55 | docs(project(":benchmark:benchmark-macro")) |
Chris Craik | fbfc721 | 2021-01-27 11:54:18 -0800 | [diff] [blame] | 56 | docs(project(":benchmark:benchmark-macro-junit4")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 57 | docs(project(":biometric:biometric")) |
Dustin Lam | 89eac37 | 2021-01-22 08:28:46 -0800 | [diff] [blame] | 58 | docs(project(":biometric:biometric-ktx")) |
| 59 | samples(project(":biometric:biometric-ktx-samples")) |
Sungsoo Lim | f817bfd | 2022-04-12 18:51:49 +0900 | [diff] [blame] | 60 | docs(project(":bluetooth:bluetooth")) |
repo sync -c -j8 | abeb759 | 2022-05-12 01:20:33 +0000 | [diff] [blame] | 61 | docs(project(":bluetooth:bluetooth-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 62 | docs(project(":browser:browser")) |
| 63 | docs(project(":camera:camera-camera2")) |
| 64 | docs(project(":camera:camera-core")) |
Xi Zhang | 10e2bb7 | 2022-05-21 16:03:14 -0700 | [diff] [blame] | 65 | docs(project(":camera:camera-effects")) |
Xi Zhang | 69103be | 2022-10-10 13:17:10 -0700 | [diff] [blame] | 66 | docs(project(":camera:camera-effects-still-portrait")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 67 | docs(project(":camera:camera-extensions")) |
Jim Sproch | 9e38b4f | 2021-01-06 14:21:06 -0800 | [diff] [blame] | 68 | stubs(fileTree(dir: "../camera/camera-extensions-stub", include: ["camera-extensions-stub.jar"])) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 69 | docs(project(":camera:camera-lifecycle")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 70 | docs(project(":camera:camera-mlkit-vision")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 71 | docs(project(":camera:camera-testing")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 72 | docs(project(":camera:camera-video")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 73 | docs(project(":camera:camera-view")) |
Yasith Vidanaarachchi | 71ae527 | 2023-05-01 15:49:55 -0400 | [diff] [blame] | 74 | docs(project(":camera:camera-viewfinder")) |
| 75 | docs(project(":camera:camera-viewfinder-compose")) |
Yasith Vidanaarachchi | e507a38 | 2023-04-04 13:57:26 -0400 | [diff] [blame] | 76 | docs(project(":camera:camera-viewfinder-core")) |
TY Chang | 6315686 | 2023-12-06 07:36:32 +0000 | [diff] [blame] | 77 | samples(project(":camera:camera-viewfinder-core:camera-viewfinder-core-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 78 | docs(project(":car:app:app")) |
Rasekh Rifaat | 9ba42b1 | 2021-05-12 21:26:54 -0700 | [diff] [blame] | 79 | docs(project(":car:app:app-automotive")) |
| 80 | docs(project(":car:app:app-projected")) |
Rafael Lima | b2b36f0 | 2021-01-21 17:59:50 +0000 | [diff] [blame] | 81 | docs(project(":car:app:app-testing")) |
Julia McClellan | 9ca0de1 | 2024-02-09 13:29:40 -0500 | [diff] [blame] | 82 | samples(project(":car:app:app-samples:navigation-common")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 83 | docs(project(":cardview:cardview")) |
Fred Sladkey | cb02e6c | 2023-01-06 10:43:29 -0500 | [diff] [blame] | 84 | kmpDocs(project(":collection:collection")) |
Dustin Lam | 2736fad | 2022-04-19 15:37:04 -0700 | [diff] [blame] | 85 | docs(project(":collection:collection-ktx")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 86 | kmpDocs(project(":compose:animation:animation")) |
| 87 | kmpDocs(project(":compose:animation:animation-core")) |
| 88 | kmpDocs(project(":compose:animation:animation-graphics")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 89 | samples(project(":compose:animation:animation-core:animation-core-samples")) |
| 90 | samples(project(":compose:animation:animation:animation-samples")) |
Yuichi Araki | 9149155 | 2021-08-06 11:38:50 +0900 | [diff] [blame] | 91 | samples(project(":compose:animation:animation-graphics:animation-graphics-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 92 | kmpDocs(project(":compose:foundation:foundation")) |
| 93 | kmpDocs(project(":compose:foundation:foundation-layout")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 94 | samples(project(":compose:foundation:foundation-layout:foundation-layout-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 95 | samples(project(":compose:foundation:foundation:foundation-samples")) |
drchen | 919338f | 2024-02-07 10:55:50 -0800 | [diff] [blame] | 96 | kmpDocs(project(":compose:material3:adaptive:adaptive")) |
| 97 | kmpDocs(project(":compose:material3:adaptive:adaptive-layout")) |
| 98 | kmpDocs(project(":compose:material3:adaptive:adaptive-navigation")) |
| 99 | samples(project(":compose:material3:adaptive:adaptive-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 100 | kmpDocs(project(":compose:material3:material3")) |
Leticia | 4a4843e | 2023-09-15 17:37:29 -0400 | [diff] [blame] | 101 | kmpDocs(project(":compose:material3:material3-adaptive-navigation-suite")) |
| 102 | samples(project(":compose:material3:material3-adaptive-navigation-suite:material3-adaptive-navigation-suite-samples")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 103 | kmpDocs(project(":compose:material3:material3-common")) |
Connie Shi | 62944a5 | 2021-09-21 14:00:15 -0400 | [diff] [blame] | 104 | samples(project(":compose:material3:material3:material3-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 105 | kmpDocs(project(":compose:material3:material3-window-size-class")) |
Louis Pullen-Freilich | ee47bad | 2022-04-06 19:04:17 +0100 | [diff] [blame] | 106 | samples(project(":compose:material3:material3-window-size-class:material3-window-size-class-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 107 | kmpDocs(project(":compose:material:material")) |
| 108 | kmpDocs(project(":compose:material:material-icons-core")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 109 | samples(project(":compose:material:material-icons-core:material-icons-core-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 110 | kmpDocs(project(":compose:material:material-ripple")) |
Jeremy Woods | d65d573 | 2024-02-21 02:14:42 +0000 | [diff] [blame] | 111 | docs(project(":compose:material:material-navigation")) |
| 112 | samples(project(":compose:material:material-navigation-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 113 | samples(project(":compose:material:material:material-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 114 | kmpDocs(project(":compose:runtime:runtime")) |
| 115 | samples(project(":compose:runtime:runtime:runtime-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 116 | docs(project(":compose:runtime:runtime-livedata")) |
| 117 | samples(project(":compose:runtime:runtime-livedata:runtime-livedata-samples")) |
| 118 | docs(project(":compose:runtime:runtime-rxjava2")) |
| 119 | samples(project(":compose:runtime:runtime-rxjava2:runtime-rxjava2-samples")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 120 | docs(project(":compose:runtime:runtime-rxjava3")) |
| 121 | samples(project(":compose:runtime:runtime-rxjava3:runtime-rxjava3-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 122 | kmpDocs(project(":compose:runtime:runtime-saveable")) |
Andrey Kulikov | dbae1ec | 2021-01-20 00:00:16 +0300 | [diff] [blame] | 123 | samples(project(":compose:runtime:runtime-saveable:runtime-saveable-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 124 | docs(project(":compose:runtime:runtime-tracing")) |
| 125 | kmpDocs(project(":compose:ui:ui")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 126 | docs(project(":compose:ui:ui-android-stubs")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 127 | kmpDocs(project(":compose:ui:ui-geometry")) |
| 128 | kmpDocs(project(":compose:ui:ui-graphics")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 129 | samples(project(":compose:ui:ui-graphics:ui-graphics-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 130 | kmpDocs(project(":compose:ui:ui-test")) |
Jelle Fresen | 7aed8c7 | 2022-02-18 12:18:55 +0000 | [diff] [blame] | 131 | samples(project(":compose:ui:ui-test:ui-test-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 132 | kmpDocs(project(":compose:ui:ui-test-junit4")) |
| 133 | kmpDocs(project(":compose:ui:ui-text")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 134 | samples(project(":compose:ui:ui-text:ui-text-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 135 | docs(project(":compose:ui:ui-text-google-fonts")) |
| 136 | kmpDocs(project(":compose:ui:ui-tooling")) |
| 137 | kmpDocs(project(":compose:ui:ui-tooling-data")) |
| 138 | kmpDocs(project(":compose:ui:ui-tooling-preview")) |
| 139 | kmpDocs(project(":compose:ui:ui-unit")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 140 | samples(project(":compose:ui:ui-unit:ui-unit-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 141 | kmpDocs(project(":compose:ui:ui-util")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 142 | docs(project(":compose:ui:ui-viewbinding")) |
| 143 | samples(project(":compose:ui:ui-viewbinding:ui-viewbinding-samples")) |
| 144 | samples(project(":compose:ui:ui:ui-samples")) |
| 145 | docs(project(":concurrent:concurrent-futures")) |
| 146 | docs(project(":concurrent:concurrent-futures-ktx")) |
Shane | 3c6ed48 | 2022-07-28 14:28:10 -0700 | [diff] [blame] | 147 | docs(project(":constraintlayout:constraintlayout")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 148 | kmpDocs(project(":constraintlayout:constraintlayout-compose")) |
Shane | 3c6ed48 | 2022-07-28 14:28:10 -0700 | [diff] [blame] | 149 | docs(project(":constraintlayout:constraintlayout-core")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 150 | docs(project(":contentpager:contentpager")) |
| 151 | docs(project(":coordinatorlayout:coordinatorlayout")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 152 | docs(project(":core:core")) |
| 153 | docs(project(":core:core-animation")) |
| 154 | docs(project(":core:core-animation-testing")) |
| 155 | docs(project(":core:core-appdigest")) |
Nick Anthony | 87bfe6f | 2021-02-03 19:57:32 -0500 | [diff] [blame] | 156 | docs(project(":core:core-google-shortcuts")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 157 | docs(project(":core:haptics:haptics")) |
| 158 | samples(project(":core:haptics:haptics-samples")) |
Mihai Nita | 1b1a309 | 2022-02-11 10:34:25 -0800 | [diff] [blame] | 159 | docs(project(":core:core-i18n")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 160 | docs(project(":core:core-ktx")) |
Brian Julian | 613f76a | 2022-10-18 20:08:22 +0000 | [diff] [blame] | 161 | docs(project(":core:core-location-altitude")) |
Nick Chalko | 04e47f6 | 2021-11-08 16:14:13 -0800 | [diff] [blame] | 162 | docs(project(":core:core-performance")) |
Nick Chalko | aceb77c | 2023-06-05 11:47:28 -0700 | [diff] [blame] | 163 | docs(project(":core:core-performance-play-services")) |
Nick Chalko | feaec90 | 2023-06-05 12:56:14 -0700 | [diff] [blame] | 164 | docs(project(":core:core-performance-testing")) |
Nick Chalko | c2fdb66 | 2021-11-19 15:47:06 -0800 | [diff] [blame] | 165 | samples(project(":core:core-performance:core-performance-samples")) |
Stevie Kideckel | e65fb2d | 2021-04-27 14:01:32 +0100 | [diff] [blame] | 166 | docs(project(":core:core-remoteviews")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 167 | docs(project(":core:core-role")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 168 | docs(project(":core:core-splashscreen")) |
Tyler Gunn | 02a224e | 2023-02-09 22:05:12 +0000 | [diff] [blame] | 169 | docs(project(":core:core-telecom")) |
Diego Vela | 67ad4e2 | 2023-03-21 22:02:17 +0000 | [diff] [blame] | 170 | docs(project(":core:core-testing")) |
Roshan Pius | 901dfd6 | 2022-02-07 13:25:48 -0800 | [diff] [blame] | 171 | docs(project(":core:uwb:uwb")) |
Daniel | 49e4332 | 2022-06-09 23:38:17 +0000 | [diff] [blame] | 172 | docs(project(":core:uwb:uwb-rxjava3")) |
Helen Qin | 2d61dea | 2022-08-22 15:36:43 +0000 | [diff] [blame] | 173 | docs(project(":credentials:credentials")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 174 | docs(project(":credentials:credentials-fido")) |
Helen Qin | 843b5c2 | 2023-06-22 18:53:48 +0000 | [diff] [blame] | 175 | samples(project(":credentials:credentials-samples")) |
Reema Bajwa | 7280b66 | 2022-08-30 01:21:36 +0000 | [diff] [blame] | 176 | docs(project(":credentials:credentials-play-services-auth")) |
Ludovic Barman | 95b8dee | 2024-01-31 14:37:38 +0000 | [diff] [blame] | 177 | docs(project(":credentials:credentials-e2ee")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 178 | docs(project(":cursoradapter:cursoradapter")) |
| 179 | docs(project(":customview:customview")) |
Ryan Mentley | 96f5077 | 2021-10-29 22:12:37 -0700 | [diff] [blame] | 180 | docs(project(":customview:customview-poolingcontainer")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 181 | kmpDocs(project(":datastore:datastore")) |
Fred Sladkey | cb02e6c | 2023-01-06 10:43:29 -0500 | [diff] [blame] | 182 | kmpDocs(project(":datastore:datastore-core")) |
| 183 | kmpDocs(project(":datastore:datastore-core-okio")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 184 | kmpDocs(project(":datastore:datastore-preferences")) |
Fred Sladkey | cb02e6c | 2023-01-06 10:43:29 -0500 | [diff] [blame] | 185 | kmpDocs(project(":datastore:datastore-preferences-core")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 186 | docs(project(":datastore:datastore-preferences-rxjava2")) |
| 187 | docs(project(":datastore:datastore-preferences-rxjava3")) |
rohitsat13 | 8739fcd | 2020-11-20 10:29:57 -0800 | [diff] [blame] | 188 | docs(project(":datastore:datastore-rxjava2")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 189 | docs(project(":datastore:datastore-rxjava3")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 190 | docs(project(":documentfile:documentfile")) |
Richard Ledley | 938bae9 | 2021-08-16 20:55:13 +0100 | [diff] [blame] | 191 | docs(project(":draganddrop:draganddrop")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 192 | docs(project(":drawerlayout:drawerlayout")) |
| 193 | docs(project(":dynamicanimation:dynamicanimation")) |
| 194 | docs(project(":dynamicanimation:dynamicanimation-ktx")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 195 | docs(project(":emoji:emoji")) |
| 196 | docs(project(":emoji:emoji-appcompat")) |
| 197 | docs(project(":emoji:emoji-bundled")) |
Sean McQuillan | d00b1f6 | 2021-04-20 16:59:38 -0700 | [diff] [blame] | 198 | docs(project(":emoji2:emoji2")) |
| 199 | docs(project(":emoji2:emoji2-bundled")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 200 | docs(project(":emoji2:emoji2-emojipicker")) |
Sean McQuillan | d00b1f6 | 2021-04-20 16:59:38 -0700 | [diff] [blame] | 201 | docs(project(":emoji2:emoji2-views")) |
| 202 | docs(project(":emoji2:emoji2-views-helper")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 203 | docs(project(":enterprise:enterprise-feedback")) |
| 204 | docs(project(":enterprise:enterprise-feedback-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 205 | docs(project(":exifinterface:exifinterface")) |
| 206 | docs(project(":fragment:fragment")) |
Jeremy Woods | a066a43 | 2024-01-16 22:11:03 +0000 | [diff] [blame] | 207 | docs(project(":fragment:fragment-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 208 | docs(project(":fragment:fragment-ktx")) |
| 209 | docs(project(":fragment:fragment-testing")) |
Jamie Garside | 2af1a3b | 2021-08-05 14:54:18 +0100 | [diff] [blame] | 210 | docs(project(":glance:glance")) |
Jamie Garside | 0bc8e25 | 2021-08-12 11:16:26 +0100 | [diff] [blame] | 211 | docs(project(":glance:glance-appwidget")) |
Shamali P | 67abefb | 2023-08-07 19:27:40 +0000 | [diff] [blame] | 212 | docs(project(":glance:glance-appwidget-testing")) |
Willie Koomson | a77c177 | 2023-04-04 13:41:11 -0700 | [diff] [blame] | 213 | samples(project(":glance:glance-appwidget:glance-appwidget-samples")) |
Shamali P | 67abefb | 2023-08-07 19:27:40 +0000 | [diff] [blame] | 214 | samples(project(":glance:glance-appwidget-testing:glance-appwidget-testing-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 215 | docs(project(":glance:glance-appwidget-preview")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 216 | docs(project(":glance:glance-material")) |
| 217 | docs(project(":glance:glance-material3")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 218 | docs(project(":glance:glance-preview")) |
Shamali P | d5f7d2f | 2023-07-30 15:09:57 +0000 | [diff] [blame] | 219 | docs(project(":glance:glance-testing")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 220 | docs(project(":glance:glance-template")) |
Xiangyin Ma | fb57359 | 2021-11-23 20:01:49 +0000 | [diff] [blame] | 221 | docs(project(":glance:glance-wear-tiles")) |
Nader Jawad | b7b26e7 | 2022-11-16 10:31:45 -0800 | [diff] [blame] | 222 | docs(project(":graphics:filters:filters")) |
Nader Jawad | a611f1b | 2021-08-27 13:36:33 -0700 | [diff] [blame] | 223 | docs(project(":graphics:graphics-core")) |
Nader Jawad | c284800 | 2023-06-20 16:19:22 -0700 | [diff] [blame] | 224 | samples(project(":graphics:graphics-core:graphics-core-samples")) |
Chet Haase | 145323b | 2022-08-26 15:16:54 -0700 | [diff] [blame] | 225 | docs(project(":graphics:graphics-path")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 226 | kmpDocs(project(":graphics:graphics-shapes")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 227 | docs(project(":gridlayout:gridlayout")) |
Hengrui CAO | 5429b71 | 2022-08-04 17:12:17 +0100 | [diff] [blame] | 228 | docs(project(":health:connect:connect-client")) |
| 229 | samples(project(":health:connect:connect-client-samples")) |
Sean Kelley | 7d32e74 | 2021-05-06 09:20:39 -0700 | [diff] [blame] | 230 | docs(project(":health:health-services-client")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 231 | docs(project(":heifwriter:heifwriter")) |
| 232 | docs(project(":hilt:hilt-common")) |
Daniel Santiago Rivera | e94ea62 | 2021-01-14 17:51:21 -0800 | [diff] [blame] | 233 | docs(project(":hilt:hilt-navigation")) |
| 234 | docs(project(":hilt:hilt-navigation-compose")) |
Tiem Song | b51d9947 | 2021-07-08 13:38:59 -0700 | [diff] [blame] | 235 | samples(project(":hilt:hilt-navigation-compose-samples")) |
Daniel Santiago Rivera | e94ea62 | 2021-01-14 17:51:21 -0800 | [diff] [blame] | 236 | docs(project(":hilt:hilt-navigation-fragment")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 237 | docs(project(":hilt:hilt-work")) |
Josep del RÃo | 48ca6e6 | 2022-10-07 20:25:19 +0100 | [diff] [blame] | 238 | docs(project(":input:input-motionprediction")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 239 | docs(project(":interpolator:interpolator")) |
Abhijith Nair | 07355f5 | 2022-07-18 13:46:35 +0000 | [diff] [blame] | 240 | docs(project(":javascriptengine:javascriptengine")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 241 | docs(project(":leanback:leanback")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 242 | docs(project(":leanback:leanback-grid")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 243 | docs(project(":leanback:leanback-paging")) |
| 244 | docs(project(":leanback:leanback-preference")) |
| 245 | docs(project(":leanback:leanback-tab")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 246 | kmpDocs(project(":lifecycle:lifecycle-common")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 247 | docs(project(":lifecycle:lifecycle-common-java8")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 248 | docs(project(":lifecycle:lifecycle-extensions")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 249 | docs(project(":lifecycle:lifecycle-livedata")) |
| 250 | docs(project(":lifecycle:lifecycle-livedata-core")) |
| 251 | docs(project(":lifecycle:lifecycle-livedata-core-ktx")) |
| 252 | docs(project(":lifecycle:lifecycle-livedata-ktx")) |
| 253 | docs(project(":lifecycle:lifecycle-process")) |
| 254 | docs(project(":lifecycle:lifecycle-reactivestreams")) |
| 255 | docs(project(":lifecycle:lifecycle-reactivestreams-ktx")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 256 | kmpDocs(project(":lifecycle:lifecycle-runtime")) |
Manuel Vivo | 7ec019c | 2022-05-20 12:07:33 +0000 | [diff] [blame] | 257 | docs(project(":lifecycle:lifecycle-runtime-compose")) |
Manuel Vivo | 6ec2c4f | 2022-05-21 08:53:13 +0000 | [diff] [blame] | 258 | samples(project(":lifecycle:lifecycle-runtime-compose:lifecycle-runtime-compose-samples")) |
Julia McClellan | cc25064 | 2024-02-06 16:41:07 -0500 | [diff] [blame] | 259 | kmpDocs(project(":lifecycle:lifecycle-runtime-ktx")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 260 | docs(project(":lifecycle:lifecycle-runtime-testing")) |
| 261 | docs(project(":lifecycle:lifecycle-service")) |
Owen Gray | 252f4c3 | 2024-02-07 12:06:20 +0000 | [diff] [blame] | 262 | kmpDocs(project(":lifecycle:lifecycle-viewmodel")) |
Jeremy Woods | 6a95604 | 2021-02-03 10:04:26 -0800 | [diff] [blame] | 263 | docs(project(":lifecycle:lifecycle-viewmodel-compose")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 264 | samples(project(":lifecycle:lifecycle-viewmodel-compose:lifecycle-viewmodel-compose-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 265 | docs(project(":lifecycle:lifecycle-viewmodel-ktx")) |
| 266 | docs(project(":lifecycle:lifecycle-viewmodel-savedstate")) |
| 267 | docs(project(":loader:loader")) |
| 268 | docs(project(":loader:loader-ktx")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 269 | // localbroadcastmanager is deprecated |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 270 | docs(project(":media:media")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 271 | // androidx.media3 is not hosted in androidx |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 272 | docs(project(":mediarouter:mediarouter")) |
Hyundo Moon | 4c2224a | 2021-08-27 23:44:36 +0900 | [diff] [blame] | 273 | docs(project(":mediarouter:mediarouter-testing")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 274 | docs(project(":metrics:metrics-performance")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 275 | docs(project(":navigation:navigation-common")) |
| 276 | docs(project(":navigation:navigation-common-ktx")) |
| 277 | docs(project(":navigation:navigation-compose")) |
| 278 | samples(project(":navigation:navigation-compose:navigation-compose-samples")) |
| 279 | docs(project(":navigation:navigation-dynamic-features-fragment")) |
| 280 | docs(project(":navigation:navigation-dynamic-features-runtime")) |
| 281 | docs(project(":navigation:navigation-fragment")) |
| 282 | docs(project(":navigation:navigation-fragment-ktx")) |
| 283 | docs(project(":navigation:navigation-runtime")) |
| 284 | docs(project(":navigation:navigation-runtime-ktx")) |
| 285 | docs(project(":navigation:navigation-testing")) |
| 286 | docs(project(":navigation:navigation-ui")) |
| 287 | docs(project(":navigation:navigation-ui-ktx")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 288 | kmpDocs(project(":paging:paging-common")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 289 | docs(project(":paging:paging-common-ktx")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 290 | kmpDocs(project(":paging:paging-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 291 | samples(project(":paging:paging-compose:paging-compose-samples")) |
| 292 | docs(project(":paging:paging-guava")) |
| 293 | docs(project(":paging:paging-runtime")) |
| 294 | docs(project(":paging:paging-runtime-ktx")) |
| 295 | docs(project(":paging:paging-rxjava2")) |
| 296 | docs(project(":paging:paging-rxjava2-ktx")) |
| 297 | docs(project(":paging:paging-rxjava3")) |
| 298 | samples(project(":paging:paging-samples")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 299 | kmpDocs(project(":paging:paging-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 300 | docs(project(":palette:palette")) |
| 301 | docs(project(":palette:palette-ktx")) |
Shruti Bihani | 443f01a | 2023-12-18 09:21:31 +0000 | [diff] [blame] | 302 | docs(project(":pdf:pdf-viewer")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 303 | docs(project(":percentlayout:percentlayout")) |
| 304 | docs(project(":preference:preference")) |
| 305 | docs(project(":preference:preference-ktx")) |
| 306 | docs(project(":print:print")) |
Lucas Tenório | c4720f5 | 2023-10-24 12:29:20 +0000 | [diff] [blame] | 307 | docs(project(":privacysandbox:activity:activity-client")) |
| 308 | docs(project(":privacysandbox:activity:activity-core")) |
| 309 | docs(project(":privacysandbox:activity:activity-provider")) |
Lucas Tenorio | 01b5715 | 2022-08-22 16:23:44 +0100 | [diff] [blame] | 310 | docs(project(":privacysandbox:ads:ads-adservices")) |
Neha Pattan | 5cc502e | 2022-10-07 23:44:37 +0000 | [diff] [blame] | 311 | docs(project(":privacysandbox:ads:ads-adservices-java")) |
Anton Kulakov | 64ed152 | 2022-08-18 07:53:16 +0000 | [diff] [blame] | 312 | docs(project(":privacysandbox:sdkruntime:sdkruntime-client")) |
| 313 | docs(project(":privacysandbox:sdkruntime:sdkruntime-core")) |
Anton Kulakov | f8cec2a | 2023-09-20 09:54:11 +0000 | [diff] [blame] | 314 | docs(project(":privacysandbox:sdkruntime:sdkruntime-provider")) |
Lucas Tenorio | 3bf0d2f | 2022-08-01 16:12:13 +0100 | [diff] [blame] | 315 | docs(project(":privacysandbox:tools:tools")) |
Mugdha Lakhani | 67f8c2e | 2022-10-19 13:49:24 +0000 | [diff] [blame] | 316 | docs(project(":privacysandbox:ui:ui-client")) |
| 317 | docs(project(":privacysandbox:ui:ui-core")) |
| 318 | docs(project(":privacysandbox:ui:ui-provider")) |
Sean McQuillan | ee55f66 | 2021-04-23 11:10:02 -0700 | [diff] [blame] | 319 | docs(project(":profileinstaller:profileinstaller")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 320 | docs(project(":recommendation:recommendation")) |
| 321 | docs(project(":recyclerview:recyclerview")) |
| 322 | docs(project(":recyclerview:recyclerview-selection")) |
| 323 | docs(project(":remotecallback:remotecallback")) |
Tiem Song | a4ee3e3 | 2021-07-14 11:45:52 -0700 | [diff] [blame] | 324 | docs(project(":resourceinspection:resourceinspection-annotation")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 325 | kmpDocs(project(":room:room-common")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 326 | docs(project(":room:room-guava")) |
| 327 | docs(project(":room:room-ktx")) |
Daniel Santiago Rivera | 4076422 | 2024-03-07 08:46:59 -0500 | [diff] [blame] | 328 | kmpDocs(project(":room:room-migration")) |
Dustin Lam | 73f0b5a | 2021-05-21 14:31:38 -0700 | [diff] [blame] | 329 | docs(project(":room:room-paging")) |
Clara F | 1b9ae44 | 2022-03-14 15:26:56 -0700 | [diff] [blame] | 330 | docs(project(":room:room-paging-guava")) |
Clara F | 41a1d4f | 2022-03-15 19:10:36 +0000 | [diff] [blame] | 331 | docs(project(":room:room-paging-rxjava2")) |
Clara F | eb60980 | 2022-03-15 19:08:03 +0000 | [diff] [blame] | 332 | docs(project(":room:room-paging-rxjava3")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 333 | kmpDocs(project(":room:room-runtime")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 334 | docs(project(":room:room-rxjava2")) |
| 335 | docs(project(":room:room-rxjava3")) |
Daniel Santiago Rivera | a997a22 | 2024-03-07 09:12:51 -0500 | [diff] [blame] | 336 | kmpDocs(project(":room:room-testing")) |
Arco Xu | 38f72df | 2023-06-06 14:18:26 -0500 | [diff] [blame] | 337 | docs(project(":safeparcel:safeparcel")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 338 | docs(project(":savedstate:savedstate")) |
| 339 | docs(project(":savedstate:savedstate-ktx")) |
Nick Anthony | 4609ace | 2020-11-06 16:54:57 -0500 | [diff] [blame] | 340 | docs(project(":security:security-app-authenticator")) |
Michael Groover | 6820740 | 2021-05-12 16:18:32 -0700 | [diff] [blame] | 341 | docs(project(":security:security-app-authenticator-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 342 | docs(project(":security:security-biometric")) |
| 343 | docs(project(":security:security-crypto")) |
| 344 | docs(project(":security:security-crypto-ktx")) |
| 345 | docs(project(":security:security-identity-credential")) |
Ashok Chandwaney | 3c6cf68 | 2024-01-24 23:01:47 +0000 | [diff] [blame] | 346 | docs(project(":security:security-mls")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 347 | docs(project(":sharetarget:sharetarget")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 348 | docs(project(":slice:slice-builders")) |
| 349 | docs(project(":slice:slice-builders-ktx")) |
| 350 | docs(project(":slice:slice-core")) |
| 351 | docs(project(":slice:slice-remotecallback")) |
| 352 | docs(project(":slice:slice-view")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 353 | docs(project(":slidingpanelayout:slidingpanelayout")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 354 | kmpDocs(project(":sqlite:sqlite")) |
Julia McClellan | f37eb98 | 2024-02-02 10:43:51 -0500 | [diff] [blame] | 355 | kmpDocs(project(":sqlite:sqlite-bundled")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 356 | kmpDocs(project(":sqlite:sqlite-framework")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 357 | docs(project(":sqlite:sqlite-ktx")) |
| 358 | docs(project(":startup:startup-runtime")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 359 | docs(project(":swiperefreshlayout:swiperefreshlayout")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 360 | // androidx.test is not hosted in androidx |
Julia McClellan | f37eb98 | 2024-02-02 10:43:51 -0500 | [diff] [blame] | 361 | docs(project(":test:ext:junit-gtest")) |
Daniel Peykov | 38e446a | 2022-06-07 19:20:15 +0000 | [diff] [blame] | 362 | docs(project(":test:uiautomator:uiautomator")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 363 | // androidx.textclassifier is not hosted in androidx |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 364 | docs(project(":tracing:tracing")) |
| 365 | docs(project(":tracing:tracing-ktx")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 366 | docs(project(":tracing:tracing-perfetto")) |
Jakub Gielzak | 5b090bf | 2023-06-14 20:08:33 +0100 | [diff] [blame] | 367 | docs(project(":tracing:tracing-perfetto-handshake")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 368 | docs(project(":transition:transition")) |
| 369 | docs(project(":transition:transition-ktx")) |
Vineet Kumar | f0fa6d5 | 2022-06-20 15:45:23 +0530 | [diff] [blame] | 370 | docs(project(":tv:tv-foundation")) |
| 371 | docs(project(":tv:tv-material")) |
Vighnesh Raut | 2a78f56 | 2022-12-01 13:43:27 +0530 | [diff] [blame] | 372 | samples(project(":tv:tv-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 373 | docs(project(":tvprovider:tvprovider")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 374 | docs(project(":vectordrawable:vectordrawable")) |
| 375 | docs(project(":vectordrawable:vectordrawable-animated")) |
| 376 | docs(project(":vectordrawable:vectordrawable-seekable")) |
| 377 | docs(project(":versionedparcelable:versionedparcelable")) |
| 378 | docs(project(":viewpager2:viewpager2")) |
| 379 | docs(project(":viewpager:viewpager")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 380 | docs(project(":wear:compose:compose-foundation")) |
| 381 | samples(project(":wear:compose:compose-foundation-samples")) |
| 382 | docs(project(":wear:compose:compose-material")) |
| 383 | docs(project(":wear:compose:compose-material-core")) |
| 384 | samples(project(":wear:compose:compose-material-samples")) |
| 385 | docs(project(":wear:compose:compose-material3")) |
| 386 | samples(project(":wear:compose:compose-material3-samples")) |
| 387 | docs(project(":wear:compose:compose-navigation")) |
| 388 | samples(project(":wear:compose:compose-navigation-samples")) |
| 389 | docs(project(":wear:compose:compose-ui-tooling")) |
Mohammad Saboorian | 45215a3 | 2022-11-23 11:17:40 +0000 | [diff] [blame] | 390 | docs(project(":wear:protolayout:protolayout")) |
| 391 | docs(project(":wear:protolayout:protolayout-expression")) |
| 392 | docs(project(":wear:protolayout:protolayout-expression-pipeline")) |
Mohammad Saboorian | 915e67d | 2023-02-06 21:41:24 +0000 | [diff] [blame] | 393 | docs(project(":wear:protolayout:protolayout-material")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 394 | docs(project(":wear:protolayout:protolayout-material-core")) |
Mohammad Saboorian | 45215a3 | 2022-11-23 11:17:40 +0000 | [diff] [blame] | 395 | docs(project(":wear:protolayout:protolayout-renderer")) |
Jamie Garside | ecb6221 | 2021-03-17 14:02:06 +0000 | [diff] [blame] | 396 | docs(project(":wear:tiles:tiles")) |
Jamie Garside | f18fac9 | 2021-12-01 15:51:08 +0000 | [diff] [blame] | 397 | docs(project(":wear:tiles:tiles-material")) |
Jamie Garside | ecb6221 | 2021-03-17 14:02:06 +0000 | [diff] [blame] | 398 | docs(project(":wear:tiles:tiles-renderer")) |
Jamie Garside | f18fac9 | 2021-12-01 15:51:08 +0000 | [diff] [blame] | 399 | docs(project(":wear:tiles:tiles-testing")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 400 | docs(project(":wear:tiles:tiles-tooling")) |
Paul Milian | 68c2c3e | 2023-07-31 17:16:13 +0100 | [diff] [blame] | 401 | docs(project(":wear:tiles:tiles-tooling-preview")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 402 | docs(project(":wear:watchface:watchface")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 403 | docs(project(":wear:watchface:watchface-client")) |
| 404 | docs(project(":wear:watchface:watchface-client-guava")) |
Alex Clarke | 7cc8de7 | 2021-09-17 14:42:54 +0100 | [diff] [blame] | 405 | docs(project(":wear:watchface:watchface-complications")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 406 | docs(project(":wear:watchface:watchface-complications-data")) |
| 407 | docs(project(":wear:watchface:watchface-complications-data-source")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 408 | docs(project(":wear:watchface:watchface-complications-data-source-ktx")) |
Julia McClellan | 9ca0de1 | 2024-02-09 13:29:40 -0500 | [diff] [blame] | 409 | samples(project(":wear:watchface:watchface-complications-permission-dialogs-sample")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 410 | docs(project(":wear:watchface:watchface-complications-rendering")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 411 | docs(project(":wear:watchface:watchface-data")) |
| 412 | docs(project(":wear:watchface:watchface-editor")) |
| 413 | docs(project(":wear:watchface:watchface-editor-guava")) |
Julia McClellan | 9ca0de1 | 2024-02-09 13:29:40 -0500 | [diff] [blame] | 414 | samples(project(":wear:watchface:watchface-editor-samples")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 415 | docs(project(":wear:watchface:watchface-guava")) |
| 416 | samples(project(":wear:watchface:watchface-samples")) |
| 417 | docs(project(":wear:watchface:watchface-style")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 418 | docs(project(":wear:wear")) |
| 419 | stubs(fileTree(dir: "../wear/wear_stubs/", include: ["com.google.android.wearable-stubs.jar"])) |
| 420 | docs(project(":wear:wear-input")) |
| 421 | samples(project(":wear:wear-input-samples")) |
| 422 | docs(project(":wear:wear-input-testing")) |
| 423 | docs(project(":wear:wear-ongoing")) |
| 424 | docs(project(":wear:wear-phone-interactions")) |
Hengrui Cao | cba7953 | 2023-11-08 11:26:18 +0000 | [diff] [blame] | 425 | samples(project(":wear:wear-phone-interactions-samples")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 426 | docs(project(":wear:wear-remote-interactions")) |
Hengrui Cao | 8146e32 | 2023-11-01 16:45:05 +0000 | [diff] [blame] | 427 | samples(project(":wear:wear-remote-interactions-samples")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 428 | docs(project(":wear:wear-tooling-preview")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 429 | docs(project(":webkit:webkit")) |
| 430 | docs(project(":window:window")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 431 | stubs(fileTree(dir: "../window/stubs/", include: ["window-sidecar-release.aar"])) |
Julia McClellan | 9ca0de1 | 2024-02-09 13:29:40 -0500 | [diff] [blame] | 432 | docs(project(":window:extensions:core:core")) |
| 433 | docs(project(":window:extensions:extensions")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 434 | kmpDocs(project(":window:window-core")) |
Diego Vela | 819e62f | 2021-05-07 20:08:01 -0700 | [diff] [blame] | 435 | docs(project(":window:window-java")) |
Diego Vela | 22940d0 | 2021-05-07 13:33:01 -0700 | [diff] [blame] | 436 | docs(project(":window:window-rxjava2")) |
Diego Vela | 57b06cf | 2021-05-10 10:34:12 -0700 | [diff] [blame] | 437 | docs(project(":window:window-rxjava3")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 438 | samples(project(":window:window-samples")) |
Diego Vela | b211c20 | 2021-05-10 15:04:01 -0700 | [diff] [blame] | 439 | docs(project(":window:window-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 440 | docs(project(":work:work-gcm")) |
| 441 | docs(project(":work:work-multiprocess")) |
| 442 | docs(project(":work:work-runtime")) |
| 443 | docs(project(":work:work-runtime-ktx")) |
| 444 | docs(project(":work:work-rxjava2")) |
| 445 | docs(project(":work:work-rxjava3")) |
| 446 | docs(project(":work:work-testing")) |
Aurimas Liutikas | b487c70 | 2020-10-08 08:46:19 -0700 | [diff] [blame] | 447 | } |
Jeff Gaston | 6b7f385 | 2023-11-02 11:23:00 -0400 | [diff] [blame] | 448 | afterEvaluate { |
| 449 | tasks["docs"].doFirst { |
| 450 | println("docs-tip-of-tree:docs starting") |
| 451 | } |
| 452 | tasks["docs"].doLast { |
| 453 | println("docs-tip-of-tree:docs completing") |
| 454 | } |
| 455 | } |