Aurimas Liutikas | b487c70 | 2020-10-08 08:46:19 -0700 | [diff] [blame] | 1 | plugins { |
| 2 | id("com.android.library") |
| 3 | id("AndroidXDocsPlugin") |
| 4 | } |
| 5 | |
Aurimas Liutikas | c2e42f3 | 2022-06-10 15:56:37 -0700 | [diff] [blame] | 6 | android { |
| 7 | namespace "androidx.docs.tipoftree" |
| 8 | } |
| 9 | |
Aurimas Liutikas | b487c70 | 2020-10-08 08:46:19 -0700 | [diff] [blame] | 10 | dependencies { |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 11 | docs(project(":activity:activity")) |
Jeremy Woods | bdad36f | 2021-02-09 15:59:15 -0800 | [diff] [blame] | 12 | docs(project(":activity:activity-compose")) |
Tiem Song | f33121c | 2021-06-30 12:06:35 -0700 | [diff] [blame] | 13 | samples(project(":activity:activity-compose:activity-compose-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 14 | docs(project(":activity:activity-ktx")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 15 | docs(project(":ads:ads-identifier")) |
| 16 | docs(project(":ads:ads-identifier-common")) |
| 17 | docs(project(":ads:ads-identifier-provider")) |
| 18 | docs(project(":ads:ads-identifier-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 19 | docs(project(":annotation:annotation")) |
| 20 | docs(project(":annotation:annotation-experimental")) |
| 21 | docs(project(":appcompat:appcompat")) |
| 22 | docs(project(":appcompat:appcompat-resources")) |
| 23 | docs(project(":appsearch:appsearch")) |
| 24 | docs(project(":appsearch:appsearch-local-storage")) |
Dustin Lam | 1b2b8e2 | 2020-11-19 00:39:04 +0000 | [diff] [blame] | 25 | docs(project(":arch:core:core-common")) |
| 26 | docs(project(":arch:core:core-runtime")) |
| 27 | docs(project(":arch:core:core-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 28 | docs(project(":asynclayoutinflater:asynclayoutinflater")) |
| 29 | docs(project(":autofill:autofill")) |
| 30 | docs(project(":benchmark:benchmark-benchmark")) |
| 31 | docs(project(":benchmark:benchmark-common")) |
| 32 | docs(project(":benchmark:benchmark-junit4")) |
| 33 | docs(project(":benchmark:benchmark-macro")) |
Chris Craik | fbfc721 | 2021-01-27 11:54:18 -0800 | [diff] [blame] | 34 | docs(project(":benchmark:benchmark-macro-junit4")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 35 | docs(project(":biometric:biometric")) |
Dustin Lam | 89eac37 | 2021-01-22 08:28:46 -0800 | [diff] [blame] | 36 | docs(project(":biometric:biometric-ktx")) |
| 37 | samples(project(":biometric:biometric-ktx-samples")) |
Sungsoo Lim | f817bfd | 2022-04-12 18:51:49 +0900 | [diff] [blame] | 38 | docs(project(":bluetooth:bluetooth")) |
Ömer Faruk Yılmaz | 4d5050a | 2022-07-13 02:25:48 +0000 | [diff] [blame] | 39 | docs(project(":bluetooth:bluetooth-core")) |
repo sync -c -j8 | abeb759 | 2022-05-12 01:20:33 +0000 | [diff] [blame] | 40 | docs(project(":bluetooth:bluetooth-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 41 | docs(project(":browser:browser")) |
| 42 | docs(project(":camera:camera-camera2")) |
| 43 | docs(project(":camera:camera-core")) |
Xi Zhang | 10e2bb7 | 2022-05-21 16:03:14 -0700 | [diff] [blame] | 44 | docs(project(":camera:camera-effects")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 45 | docs(project(":camera:camera-extensions")) |
Jim Sproch | 9e38b4f | 2021-01-06 14:21:06 -0800 | [diff] [blame] | 46 | stubs(fileTree(dir: "../camera/camera-extensions-stub", include: ["camera-extensions-stub.jar"])) |
Xi Zhang | 79f5cd8 | 2021-09-07 10:07:41 -0700 | [diff] [blame] | 47 | docs(project(":camera:camera-mlkit-vision")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 48 | docs(project(":camera:camera-lifecycle")) |
kailianc | b222682 | 2022-03-04 13:46:31 -0800 | [diff] [blame] | 49 | docs(project(":camera:camera-viewfinder")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 50 | docs(project(":camera:camera-video")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 51 | docs(project(":camera:camera-view")) |
| 52 | docs(project(":car:app:app")) |
Rasekh Rifaat | 9ba42b1 | 2021-05-12 21:26:54 -0700 | [diff] [blame] | 53 | docs(project(":car:app:app-automotive")) |
| 54 | docs(project(":car:app:app-projected")) |
Rafael Lima | b2b36f0 | 2021-01-21 17:59:50 +0000 | [diff] [blame] | 55 | docs(project(":car:app:app-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 56 | docs(project(":cardview:cardview")) |
Dustin Lam | 2736fad | 2022-04-19 15:37:04 -0700 | [diff] [blame] | 57 | docs(project(":collection:collection")) |
| 58 | docs(project(":collection:collection-ktx")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 59 | docs(project(":compose:animation:animation")) |
| 60 | docs(project(":compose:animation:animation-core")) |
Yuichi Araki | 9149155 | 2021-08-06 11:38:50 +0900 | [diff] [blame] | 61 | docs(project(":compose:animation:animation-graphics")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 62 | samples(project(":compose:animation:animation-core:animation-core-samples")) |
| 63 | samples(project(":compose:animation:animation:animation-samples")) |
Yuichi Araki | 9149155 | 2021-08-06 11:38:50 +0900 | [diff] [blame] | 64 | samples(project(":compose:animation:animation-graphics:animation-graphics-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 65 | docs(project(":compose:foundation:foundation")) |
| 66 | docs(project(":compose:foundation:foundation-layout")) |
| 67 | samples(project(":compose:foundation:foundation-layout:foundation-layout-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 68 | samples(project(":compose:foundation:foundation:foundation-samples")) |
Nick Anthony | 271a64c | 2021-07-29 10:39:23 -0400 | [diff] [blame] | 69 | docs(project(":compose:material3:material3")) |
Connie Shi | 62944a5 | 2021-09-21 14:00:15 -0400 | [diff] [blame] | 70 | samples(project(":compose:material3:material3:material3-samples")) |
Louis Pullen-Freilich | ee47bad | 2022-04-06 19:04:17 +0100 | [diff] [blame] | 71 | docs(project(":compose:material3:material3-window-size-class")) |
| 72 | samples(project(":compose:material3:material3-window-size-class:material3-window-size-class-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 73 | docs(project(":compose:material:material")) |
| 74 | docs(project(":compose:material:material-icons-core")) |
| 75 | samples(project(":compose:material:material-icons-core:material-icons-core-samples")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 76 | docs(project(":compose:material:material-ripple")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 77 | samples(project(":compose:material:material:material-samples")) |
| 78 | docs(project(":compose:runtime:runtime")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 79 | docs(project(":compose:runtime:runtime-livedata")) |
| 80 | samples(project(":compose:runtime:runtime-livedata:runtime-livedata-samples")) |
| 81 | docs(project(":compose:runtime:runtime-rxjava2")) |
| 82 | samples(project(":compose:runtime:runtime-rxjava2:runtime-rxjava2-samples")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 83 | docs(project(":compose:runtime:runtime-rxjava3")) |
| 84 | samples(project(":compose:runtime:runtime-rxjava3:runtime-rxjava3-samples")) |
Andrey Kulikov | dbae1ec | 2021-01-20 00:00:16 +0300 | [diff] [blame] | 85 | docs(project(":compose:runtime:runtime-saveable")) |
| 86 | samples(project(":compose:runtime:runtime-saveable:runtime-saveable-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 87 | samples(project(":compose:runtime:runtime:runtime-samples")) |
| 88 | docs(project(":compose:ui:ui")) |
| 89 | docs(project(":compose:ui:ui-android-stubs")) |
| 90 | docs(project(":compose:ui:ui-geometry")) |
| 91 | docs(project(":compose:ui:ui-graphics")) |
| 92 | samples(project(":compose:ui:ui-graphics:ui-graphics-samples")) |
Filip Pavlis | a617520 | 2020-11-11 15:20:43 +0000 | [diff] [blame] | 93 | docs(project(":compose:ui:ui-test")) |
Jelle Fresen | 7aed8c7 | 2022-02-18 12:18:55 +0000 | [diff] [blame] | 94 | samples(project(":compose:ui:ui-test:ui-test-samples")) |
Filip Pavlis | a617520 | 2020-11-11 15:20:43 +0000 | [diff] [blame] | 95 | docs(project(":compose:ui:ui-test-junit4")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 96 | docs(project(":compose:ui:ui-text")) |
| 97 | samples(project(":compose:ui:ui-text:ui-text-samples")) |
Diego Perez | 40a1873 | 2020-11-04 11:09:49 +0000 | [diff] [blame] | 98 | docs(project(":compose:ui:ui-tooling")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 99 | docs(project(":compose:ui:ui-tooling-data")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 100 | docs(project(":compose:ui:ui-unit")) |
| 101 | samples(project(":compose:ui:ui-unit:ui-unit-samples")) |
| 102 | docs(project(":compose:ui:ui-util")) |
| 103 | docs(project(":compose:ui:ui-viewbinding")) |
| 104 | samples(project(":compose:ui:ui-viewbinding:ui-viewbinding-samples")) |
| 105 | samples(project(":compose:ui:ui:ui-samples")) |
| 106 | docs(project(":concurrent:concurrent-futures")) |
| 107 | docs(project(":concurrent:concurrent-futures-ktx")) |
| 108 | docs(project(":contentpager:contentpager")) |
| 109 | docs(project(":coordinatorlayout:coordinatorlayout")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 110 | docs(project(":core:core")) |
| 111 | docs(project(":core:core-animation")) |
| 112 | docs(project(":core:core-animation-testing")) |
| 113 | docs(project(":core:core-appdigest")) |
Nick Anthony | 87bfe6f | 2021-02-03 19:57:32 -0500 | [diff] [blame] | 114 | docs(project(":core:core-google-shortcuts")) |
Mihai Nita | 1b1a309 | 2022-02-11 10:34:25 -0800 | [diff] [blame] | 115 | docs(project(":core:core-i18n")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 116 | docs(project(":core:core-ktx")) |
Nick Chalko | 04e47f6 | 2021-11-08 16:14:13 -0800 | [diff] [blame] | 117 | docs(project(":core:core-performance")) |
Nick Chalko | c2fdb66 | 2021-11-19 15:47:06 -0800 | [diff] [blame] | 118 | samples(project(":core:core-performance:core-performance-samples")) |
Stevie Kideckel | e65fb2d | 2021-04-27 14:01:32 +0100 | [diff] [blame] | 119 | docs(project(":core:core-remoteviews")) |
Vadim Caen | 3e4e0f4 | 2021-04-30 13:32:09 +0200 | [diff] [blame] | 120 | docs(project(":core:core-splashscreen")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 121 | docs(project(":core:core-role")) |
Roshan Pius | 901dfd6 | 2022-02-07 13:25:48 -0800 | [diff] [blame] | 122 | docs(project(":core:uwb:uwb")) |
Daniel | 49e4332 | 2022-06-09 23:38:17 +0000 | [diff] [blame] | 123 | docs(project(":core:uwb:uwb-rxjava3")) |
Helen Qin | 2d61dea | 2022-08-22 15:36:43 +0000 | [diff] [blame] | 124 | docs(project(":credentials:credentials")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 125 | docs(project(":cursoradapter:cursoradapter")) |
| 126 | docs(project(":customview:customview")) |
Ryan Mentley | 96f5077 | 2021-10-29 22:12:37 -0700 | [diff] [blame] | 127 | docs(project(":customview:customview-poolingcontainer")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 128 | docs(project(":datastore:datastore")) |
| 129 | docs(project(":datastore:datastore-core")) |
Zhiyuan Wang | 2c55c41 | 2022-03-16 18:29:14 -0400 | [diff] [blame] | 130 | docs(project(":datastore:datastore-multiprocess")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 131 | docs(project(":datastore:datastore-preferences")) |
| 132 | docs(project(":datastore:datastore-preferences-core")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 133 | docs(project(":datastore:datastore-preferences-proto")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 134 | docs(project(":datastore:datastore-preferences-rxjava2")) |
| 135 | docs(project(":datastore:datastore-preferences-rxjava3")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 136 | docs(project(":datastore:datastore-proto")) |
rohitsat13 | 8739fcd | 2020-11-20 10:29:57 -0800 | [diff] [blame] | 137 | docs(project(":datastore:datastore-rxjava2")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 138 | docs(project(":datastore:datastore-rxjava3")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 139 | docs(project(":documentfile:documentfile")) |
Richard Ledley | 938bae9 | 2021-08-16 20:55:13 +0100 | [diff] [blame] | 140 | docs(project(":draganddrop:draganddrop")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 141 | docs(project(":drawerlayout:drawerlayout")) |
| 142 | docs(project(":dynamicanimation:dynamicanimation")) |
| 143 | docs(project(":dynamicanimation:dynamicanimation-ktx")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 144 | docs(project(":emoji:emoji")) |
| 145 | docs(project(":emoji:emoji-appcompat")) |
| 146 | docs(project(":emoji:emoji-bundled")) |
Sean McQuillan | d00b1f6 | 2021-04-20 16:59:38 -0700 | [diff] [blame] | 147 | docs(project(":emoji2:emoji2")) |
| 148 | docs(project(":emoji2:emoji2-bundled")) |
| 149 | docs(project(":emoji2:emoji2-views")) |
| 150 | docs(project(":emoji2:emoji2-views-helper")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 151 | docs(project(":enterprise:enterprise-feedback")) |
| 152 | docs(project(":enterprise:enterprise-feedback-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 153 | docs(project(":exifinterface:exifinterface")) |
| 154 | docs(project(":fragment:fragment")) |
| 155 | docs(project(":fragment:fragment-ktx")) |
| 156 | docs(project(":fragment:fragment-testing")) |
Jamie Garside | 2af1a3b | 2021-08-05 14:54:18 +0100 | [diff] [blame] | 157 | docs(project(":glance:glance")) |
Jamie Garside | 0bc8e25 | 2021-08-12 11:16:26 +0100 | [diff] [blame] | 158 | docs(project(":glance:glance-appwidget")) |
Xiangyin Ma | fb57359 | 2021-11-23 20:01:49 +0000 | [diff] [blame] | 159 | docs(project(":glance:glance-wear-tiles")) |
Nader Jawad | a611f1b | 2021-08-27 13:36:33 -0700 | [diff] [blame] | 160 | docs(project(":graphics:graphics-core")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 161 | docs(project(":gridlayout:gridlayout")) |
Hengrui CAO | 5429b71 | 2022-08-04 17:12:17 +0100 | [diff] [blame] | 162 | docs(project(":health:connect:connect-client")) |
| 163 | samples(project(":health:connect:connect-client-samples")) |
Sean Kelley | 7d32e74 | 2021-05-06 09:20:39 -0700 | [diff] [blame] | 164 | docs(project(":health:health-services-client")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 165 | docs(project(":heifwriter:heifwriter")) |
| 166 | docs(project(":hilt:hilt-common")) |
Daniel Santiago Rivera | e94ea62 | 2021-01-14 17:51:21 -0800 | [diff] [blame] | 167 | docs(project(":hilt:hilt-navigation")) |
| 168 | docs(project(":hilt:hilt-navigation-compose")) |
Tiem Song | b51d9947 | 2021-07-08 13:38:59 -0700 | [diff] [blame] | 169 | samples(project(":hilt:hilt-navigation-compose-samples")) |
Daniel Santiago Rivera | e94ea62 | 2021-01-14 17:51:21 -0800 | [diff] [blame] | 170 | docs(project(":hilt:hilt-navigation-fragment")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 171 | docs(project(":hilt:hilt-work")) |
| 172 | docs(project(":interpolator:interpolator")) |
Abhijith Nair | 07355f5 | 2022-07-18 13:46:35 +0000 | [diff] [blame] | 173 | docs(project(":javascriptengine:javascriptengine")) |
Chet Haase | 523d7a1 | 2021-01-07 15:41:42 -0800 | [diff] [blame] | 174 | docs(project(":metrics:metrics-performance")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 175 | docs(project(":leanback:leanback")) |
| 176 | docs(project(":leanback:leanback-paging")) |
| 177 | docs(project(":leanback:leanback-preference")) |
| 178 | docs(project(":leanback:leanback-tab")) |
| 179 | docs(project(":lifecycle:lifecycle-common")) |
| 180 | docs(project(":lifecycle:lifecycle-common-java8")) |
| 181 | docs(project(":lifecycle:lifecycle-livedata")) |
| 182 | docs(project(":lifecycle:lifecycle-livedata-core")) |
| 183 | docs(project(":lifecycle:lifecycle-livedata-core-ktx")) |
| 184 | docs(project(":lifecycle:lifecycle-livedata-ktx")) |
| 185 | docs(project(":lifecycle:lifecycle-process")) |
| 186 | docs(project(":lifecycle:lifecycle-reactivestreams")) |
| 187 | docs(project(":lifecycle:lifecycle-reactivestreams-ktx")) |
| 188 | docs(project(":lifecycle:lifecycle-runtime")) |
Manuel Vivo | 7ec019c | 2022-05-20 12:07:33 +0000 | [diff] [blame] | 189 | docs(project(":lifecycle:lifecycle-runtime-compose")) |
Manuel Vivo | 6ec2c4f | 2022-05-21 08:53:13 +0000 | [diff] [blame] | 190 | samples(project(":lifecycle:lifecycle-runtime-compose:lifecycle-runtime-compose-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 191 | docs(project(":lifecycle:lifecycle-runtime-ktx")) |
| 192 | docs(project(":lifecycle:lifecycle-runtime-testing")) |
| 193 | docs(project(":lifecycle:lifecycle-service")) |
| 194 | docs(project(":lifecycle:lifecycle-viewmodel")) |
Jeremy Woods | 6a95604 | 2021-02-03 10:04:26 -0800 | [diff] [blame] | 195 | docs(project(":lifecycle:lifecycle-viewmodel-compose")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 196 | samples(project(":lifecycle:lifecycle-viewmodel-compose:lifecycle-viewmodel-compose-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 197 | docs(project(":lifecycle:lifecycle-viewmodel-ktx")) |
| 198 | docs(project(":lifecycle:lifecycle-viewmodel-savedstate")) |
| 199 | docs(project(":loader:loader")) |
| 200 | docs(project(":loader:loader-ktx")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 201 | docs(project(":media2:media2-common")) |
| 202 | docs(project(":media2:media2-exoplayer")) |
| 203 | docs(project(":media2:media2-player")) |
| 204 | docs(project(":media2:media2-session")) |
| 205 | docs(project(":media2:media2-widget")) |
| 206 | docs(project(":media:media")) |
| 207 | docs(project(":mediarouter:mediarouter")) |
Hyundo Moon | 4c2224a | 2021-08-27 23:44:36 +0900 | [diff] [blame] | 208 | docs(project(":mediarouter:mediarouter-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 209 | docs(project(":navigation:navigation-common")) |
| 210 | docs(project(":navigation:navigation-common-ktx")) |
| 211 | docs(project(":navigation:navigation-compose")) |
| 212 | samples(project(":navigation:navigation-compose:navigation-compose-samples")) |
| 213 | docs(project(":navigation:navigation-dynamic-features-fragment")) |
| 214 | docs(project(":navigation:navigation-dynamic-features-runtime")) |
| 215 | docs(project(":navigation:navigation-fragment")) |
| 216 | docs(project(":navigation:navigation-fragment-ktx")) |
| 217 | docs(project(":navigation:navigation-runtime")) |
| 218 | docs(project(":navigation:navigation-runtime-ktx")) |
| 219 | docs(project(":navigation:navigation-testing")) |
| 220 | docs(project(":navigation:navigation-ui")) |
| 221 | docs(project(":navigation:navigation-ui-ktx")) |
| 222 | docs(project(":paging:paging-common")) |
| 223 | docs(project(":paging:paging-common-ktx")) |
| 224 | docs(project(":paging:paging-compose")) |
| 225 | samples(project(":paging:paging-compose:paging-compose-samples")) |
| 226 | docs(project(":paging:paging-guava")) |
| 227 | docs(project(":paging:paging-runtime")) |
| 228 | docs(project(":paging:paging-runtime-ktx")) |
| 229 | docs(project(":paging:paging-rxjava2")) |
| 230 | docs(project(":paging:paging-rxjava2-ktx")) |
| 231 | docs(project(":paging:paging-rxjava3")) |
| 232 | samples(project(":paging:paging-samples")) |
| 233 | docs(project(":palette:palette")) |
| 234 | docs(project(":palette:palette-ktx")) |
| 235 | docs(project(":percentlayout:percentlayout")) |
| 236 | docs(project(":preference:preference")) |
| 237 | docs(project(":preference:preference-ktx")) |
| 238 | docs(project(":print:print")) |
Anton Kulakov | 64ed152 | 2022-08-18 07:53:16 +0000 | [diff] [blame] | 239 | docs(project(":privacysandbox:sdkruntime:sdkruntime-client")) |
| 240 | docs(project(":privacysandbox:sdkruntime:sdkruntime-core")) |
Lucas Tenorio | 3bf0d2f | 2022-08-01 16:12:13 +0100 | [diff] [blame] | 241 | docs(project(":privacysandbox:tools:tools")) |
| 242 | docs(project(":privacysandbox:tools:tools-apicompiler")) |
| 243 | docs(project(":privacysandbox:tools:tools-apigenerator")) |
Lucas Tenorio | d587d73 | 2022-08-22 16:23:44 +0100 | [diff] [blame] | 244 | docs(project(":privacysandbox:tools:tools-core")) |
Sean McQuillan | ee55f66 | 2021-04-23 11:10:02 -0700 | [diff] [blame] | 245 | docs(project(":profileinstaller:profileinstaller")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 246 | docs(project(":recommendation:recommendation")) |
| 247 | docs(project(":recyclerview:recyclerview")) |
| 248 | docs(project(":recyclerview:recyclerview-selection")) |
| 249 | docs(project(":remotecallback:remotecallback")) |
Tiem Song | a4ee3e3 | 2021-07-14 11:45:52 -0700 | [diff] [blame] | 250 | docs(project(":resourceinspection:resourceinspection-annotation")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 251 | docs(project(":room:room-common")) |
| 252 | docs(project(":room:room-guava")) |
| 253 | docs(project(":room:room-ktx")) |
| 254 | docs(project(":room:room-migration")) |
Dustin Lam | 73f0b5a | 2021-05-21 14:31:38 -0700 | [diff] [blame] | 255 | docs(project(":room:room-paging")) |
Clara F | 1b9ae44 | 2022-03-14 15:26:56 -0700 | [diff] [blame] | 256 | docs(project(":room:room-paging-guava")) |
Clara F | 41a1d4f | 2022-03-15 19:10:36 +0000 | [diff] [blame] | 257 | docs(project(":room:room-paging-rxjava2")) |
Clara F | eb60980 | 2022-03-15 19:08:03 +0000 | [diff] [blame] | 258 | docs(project(":room:room-paging-rxjava3")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 259 | docs(project(":room:room-runtime")) |
| 260 | docs(project(":room:room-rxjava2")) |
| 261 | docs(project(":room:room-rxjava3")) |
| 262 | docs(project(":room:room-testing")) |
| 263 | docs(project(":savedstate:savedstate")) |
| 264 | docs(project(":savedstate:savedstate-ktx")) |
Nick Anthony | 4609ace | 2020-11-06 16:54:57 -0500 | [diff] [blame] | 265 | docs(project(":security:security-app-authenticator")) |
Michael Groover | 6820740 | 2021-05-12 16:18:32 -0700 | [diff] [blame] | 266 | docs(project(":security:security-app-authenticator-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 267 | docs(project(":security:security-biometric")) |
| 268 | docs(project(":security:security-crypto")) |
| 269 | docs(project(":security:security-crypto-ktx")) |
| 270 | docs(project(":security:security-identity-credential")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 271 | docs(project(":sharetarget:sharetarget")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 272 | docs(project(":slice:slice-builders")) |
| 273 | docs(project(":slice:slice-builders-ktx")) |
| 274 | docs(project(":slice:slice-core")) |
| 275 | docs(project(":slice:slice-remotecallback")) |
| 276 | docs(project(":slice:slice-view")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 277 | docs(project(":slidingpanelayout:slidingpanelayout")) |
| 278 | docs(project(":sqlite:sqlite")) |
| 279 | docs(project(":sqlite:sqlite-framework")) |
| 280 | docs(project(":sqlite:sqlite-ktx")) |
| 281 | docs(project(":startup:startup-runtime")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 282 | docs(project(":swiperefreshlayout:swiperefreshlayout")) |
Daniel Peykov | 38e446a | 2022-06-07 19:20:15 +0000 | [diff] [blame] | 283 | docs(project(":test:uiautomator:uiautomator")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 284 | docs(project(":tracing:tracing")) |
| 285 | docs(project(":tracing:tracing-ktx")) |
| 286 | docs(project(":transition:transition")) |
| 287 | docs(project(":transition:transition-ktx")) |
Vineet Kumar | f0fa6d5 | 2022-06-20 15:45:23 +0530 | [diff] [blame] | 288 | docs(project(":tv:tv-foundation")) |
| 289 | docs(project(":tv:tv-material")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 290 | docs(project(":tvprovider:tvprovider")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 291 | docs(project(":vectordrawable:vectordrawable")) |
| 292 | docs(project(":vectordrawable:vectordrawable-animated")) |
| 293 | docs(project(":vectordrawable:vectordrawable-seekable")) |
| 294 | docs(project(":versionedparcelable:versionedparcelable")) |
| 295 | docs(project(":viewpager2:viewpager2")) |
| 296 | docs(project(":viewpager:viewpager")) |
| 297 | docs(project(":wear:wear")) |
Jim Sproch | 9e38b4f | 2021-01-06 14:21:06 -0800 | [diff] [blame] | 298 | stubs(fileTree(dir: "../wear/wear_stubs/", include: ["com.google.android.wearable-stubs.jar"])) |
jnichol | 1e2d49e | 2021-04-27 12:07:31 +0100 | [diff] [blame] | 299 | docs(project(":wear:compose:compose-foundation")) |
Sergio Sancho | e95065f | 2021-06-23 11:01:52 +0100 | [diff] [blame] | 300 | samples(project(":wear:compose:compose-foundation-samples")) |
jnichol | 1e2d49e | 2021-04-27 12:07:31 +0100 | [diff] [blame] | 301 | docs(project(":wear:compose:compose-material")) |
jnichol | 5035ac5e | 2021-07-12 18:59:04 +0100 | [diff] [blame] | 302 | samples(project(":wear:compose:compose-material-samples")) |
stevebower | 161899b | 2021-12-14 10:41:02 +0000 | [diff] [blame] | 303 | docs(project(":wear:compose:compose-navigation")) |
| 304 | samples(project(":wear:compose:compose-navigation-samples")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 305 | docs(project(":wear:wear-input")) |
| 306 | docs(project(":wear:wear-input-testing")) |
Neda Topoljanac | d6d0296 | 2021-08-25 23:13:47 +0100 | [diff] [blame] | 307 | samples(project(":wear:wear-input-samples")) |
Sergio Sancho | e7172d8 | 2021-01-15 13:46:17 +0000 | [diff] [blame] | 308 | docs(project(":wear:wear-ongoing")) |
Neda Topoljanac | d20c202 | 2021-01-06 15:34:43 +0000 | [diff] [blame] | 309 | docs(project(":wear:wear-phone-interactions")) |
Neda Topoljanac | 05b1463 | 2020-12-04 16:52:41 +0000 | [diff] [blame] | 310 | docs(project(":wear:wear-remote-interactions")) |
Jamie Garside | ecb6221 | 2021-03-17 14:02:06 +0000 | [diff] [blame] | 311 | docs(project(":wear:tiles:tiles")) |
Jamie Garside | f18fac9 | 2021-12-01 15:51:08 +0000 | [diff] [blame] | 312 | docs(project(":wear:tiles:tiles-material")) |
Jamie Garside | ecb6221 | 2021-03-17 14:02:06 +0000 | [diff] [blame] | 313 | docs(project(":wear:tiles:tiles-proto")) |
| 314 | docs(project(":wear:tiles:tiles-renderer")) |
Jamie Garside | f18fac9 | 2021-12-01 15:51:08 +0000 | [diff] [blame] | 315 | docs(project(":wear:tiles:tiles-testing")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 316 | docs(project(":wear:watchface:watchface")) |
Alex Clarke | 7cc8de7 | 2021-09-17 14:42:54 +0100 | [diff] [blame] | 317 | docs(project(":wear:watchface:watchface-complications")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 318 | docs(project(":wear:watchface:watchface-complications-data")) |
| 319 | docs(project(":wear:watchface:watchface-complications-data-source")) |
| 320 | samples(project(":wear:watchface:watchface-complications-data-source-samples")) |
| 321 | docs(project(":wear:watchface:watchface-complications-rendering")) |
| 322 | docs(project(":wear:watchface:watchface-client")) |
| 323 | docs(project(":wear:watchface:watchface-client-guava")) |
| 324 | docs(project(":wear:watchface:watchface-data")) |
| 325 | docs(project(":wear:watchface:watchface-editor")) |
| 326 | docs(project(":wear:watchface:watchface-editor-guava")) |
| 327 | docs(project(":wear:watchface:watchface-editor-samples")) |
| 328 | docs(project(":wear:watchface:watchface-guava")) |
| 329 | samples(project(":wear:watchface:watchface-samples")) |
| 330 | docs(project(":wear:watchface:watchface-style")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 331 | docs(project(":webkit:webkit")) |
| 332 | docs(project(":window:window")) |
Diego Vela | 819e62f | 2021-05-07 20:08:01 -0700 | [diff] [blame] | 333 | docs(project(":window:window-java")) |
Diego Vela | 22940d0 | 2021-05-07 13:33:01 -0700 | [diff] [blame] | 334 | docs(project(":window:window-rxjava2")) |
Diego Vela | 57b06cf | 2021-05-10 10:34:12 -0700 | [diff] [blame] | 335 | docs(project(":window:window-rxjava3")) |
Diego Vela | 29ba5a1 | 2021-09-03 14:28:08 -0700 | [diff] [blame] | 336 | stubs(project(":window:sidecar:sidecar")) |
| 337 | stubs(project(":window:extensions:extensions")) |
Diego Vela | b211c20 | 2021-05-10 15:04:01 -0700 | [diff] [blame] | 338 | docs(project(":window:window-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 339 | docs(project(":work:work-gcm")) |
| 340 | docs(project(":work:work-multiprocess")) |
| 341 | docs(project(":work:work-runtime")) |
| 342 | docs(project(":work:work-runtime-ktx")) |
| 343 | docs(project(":work:work-rxjava2")) |
| 344 | docs(project(":work:work-rxjava3")) |
| 345 | docs(project(":work:work-testing")) |
Aurimas Liutikas | b487c70 | 2020-10-08 08:46:19 -0700 | [diff] [blame] | 346 | } |
Jeff Gaston | 6fab0e7 | 2020-11-10 13:08:42 -0500 | [diff] [blame] | 347 | |
| 348 | afterEvaluate { |
| 349 | // b/172817047 : exploratory workaround to avoid running two dokkaKotlinDocs tasks at once |
| 350 | tasks["dokkaKotlinDocs"].configure { task -> |
| 351 | task.mustRunAfter(":docs-public:dokkaKotlinDocs") |
| 352 | } |
| 353 | } |