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 { |
Aurimas Liutikas | 7795282 | 2024-12-04 18:00:17 -0800 | [diff] [blame] | 7 | namespace = "androidx.docs.tipoftree" |
Aurimas Liutikas | c2e42f3 | 2022-06-10 15:56:37 -0700 | [diff] [blame] | 8 | } |
| 9 | |
Natnael Belay | 2836584 | 2024-11-08 19:00:39 +0000 | [diff] [blame] | 10 | // The dependency list should only be changed when a new project is registered or a project's source is removed. Samples should never be added. |
| 11 | |
Aurimas Liutikas | b487c70 | 2020-10-08 08:46:19 -0700 | [diff] [blame] | 12 | dependencies { |
Owen Gray | 2a4f40b | 2024-03-13 14:50:40 -0400 | [diff] [blame] | 13 | // If there is not at least one samples dependency, DocsImplPlugin breaks. b/332262321 |
Aurimas Liutikas | 2fcab673 | 2024-10-07 17:14:16 -0700 | [diff] [blame] | 14 | samples("androidx.window:window-samples:1.3.0") |
Owen Gray | 2a4f40b | 2024-03-13 14:50:40 -0400 | [diff] [blame] | 15 | |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 16 | docs(project(":activity:activity")) |
Jeremy Woods | bdad36f | 2021-02-09 15:59:15 -0800 | [diff] [blame] | 17 | docs(project(":activity:activity-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 18 | docs(project(":activity:activity-ktx")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 19 | // ads-identifier is deprecated |
Fred Sladkey | cb02e6c | 2023-01-06 10:43:29 -0500 | [diff] [blame] | 20 | kmpDocs(project(":annotation:annotation")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 21 | docs(project(":annotation:annotation-experimental")) |
| 22 | docs(project(":appcompat:appcompat")) |
| 23 | docs(project(":appcompat:appcompat-resources")) |
Payam Pakzad | ea487f8 | 2024-12-03 14:01:41 -0800 | [diff] [blame] | 24 | docs(project(":appfunctions:appfunctions-app-runtime")) |
| 25 | docs(project(":appfunctions:appfunctions-common")) |
MingWei | a0d220e | 2025-01-08 16:03:06 +0000 | [diff] [blame] | 26 | docs(project(":appfunctions:appfunctions-runtime")) |
Tony Mak | 2fbde31 | 2025-01-10 15:07:34 +0000 | [diff] [blame] | 27 | docs(project(":appfunctions:appfunctions-stubs")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 28 | docs(project(":appsearch:appsearch")) |
Owen Gray | 268ce5d | 2023-01-09 14:43:33 +0000 | [diff] [blame] | 29 | docs(project(":appsearch:appsearch-builtin-types")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 30 | docs(project(":appsearch:appsearch-ktx")) |
Owen Gray | 268ce5d | 2023-01-09 14:43:33 +0000 | [diff] [blame] | 31 | docs(project(":appsearch:appsearch-platform-storage")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 32 | docs(project(":appsearch:appsearch-play-services-storage")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 33 | docs(project(":appsearch:appsearch-local-storage")) |
Dustin Lam | 1b2b8e2 | 2020-11-19 00:39:04 +0000 | [diff] [blame] | 34 | docs(project(":arch:core:core-common")) |
| 35 | docs(project(":arch:core:core-runtime")) |
| 36 | docs(project(":arch:core:core-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 37 | docs(project(":asynclayoutinflater:asynclayoutinflater")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 38 | docs(project(":asynclayoutinflater:asynclayoutinflater-appcompat")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 39 | docs(project(":autofill:autofill")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 40 | docs(project(":benchmark:benchmark-common")) |
| 41 | docs(project(":benchmark:benchmark-junit4")) |
| 42 | docs(project(":benchmark:benchmark-macro")) |
Chris Craik | fbfc721 | 2021-01-27 11:54:18 -0800 | [diff] [blame] | 43 | docs(project(":benchmark:benchmark-macro-junit4")) |
Chris Craik | 098965d8 | 2024-12-12 09:48:11 -0800 | [diff] [blame] | 44 | kmpDocs(project(":benchmark:benchmark-traceprocessor")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 45 | docs(project(":biometric:biometric")) |
Sungsoo Lim | f817bfd | 2022-04-12 18:51:49 +0900 | [diff] [blame] | 46 | docs(project(":bluetooth:bluetooth")) |
repo sync -c -j8 | abeb759 | 2022-05-12 01:20:33 +0000 | [diff] [blame] | 47 | docs(project(":bluetooth:bluetooth-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 48 | docs(project(":browser:browser")) |
| 49 | docs(project(":camera:camera-camera2")) |
Trevor McGuire | 8e047b0 | 2024-07-12 10:57:44 -0400 | [diff] [blame] | 50 | docs(project(":camera:camera-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 51 | docs(project(":camera:camera-core")) |
Xi Zhang | 10e2bb7 | 2022-05-21 16:03:14 -0700 | [diff] [blame] | 52 | docs(project(":camera:camera-effects")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 53 | docs(project(":camera:camera-extensions")) |
Jim Sproch | 9e38b4f | 2021-01-06 14:21:06 -0800 | [diff] [blame] | 54 | stubs(fileTree(dir: "../camera/camera-extensions-stub", include: ["camera-extensions-stub.jar"])) |
Xi Zhang | 79e7fa1 | 2024-04-29 09:41:52 -0700 | [diff] [blame] | 55 | docs(project(":camera:camera-feature-combination-query")) |
| 56 | docs(project(":camera:camera-feature-combination-query-play-services")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 57 | docs(project(":camera:camera-lifecycle")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 58 | docs(project(":camera:camera-mlkit-vision")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 59 | docs(project(":camera:camera-testing")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 60 | docs(project(":camera:camera-video")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 61 | docs(project(":camera:camera-view")) |
Xi Zhang | 1df1b02 | 2024-11-21 13:00:31 -0800 | [diff] [blame] | 62 | docs(project(":camera:media3:media3-effect")) |
Trevor McGuire | f57a6a1 | 2024-08-01 15:44:27 -0700 | [diff] [blame] | 63 | docs(project(":camera:viewfinder:viewfinder-compose")) |
| 64 | docs(project(":camera:viewfinder:viewfinder-core")) |
Trevor McGuire | f57a6a1 | 2024-08-01 15:44:27 -0700 | [diff] [blame] | 65 | docs(project(":camera:viewfinder:viewfinder-view")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 66 | docs(project(":car:app:app")) |
Rasekh Rifaat | 9ba42b1 | 2021-05-12 21:26:54 -0700 | [diff] [blame] | 67 | docs(project(":car:app:app-automotive")) |
| 68 | docs(project(":car:app:app-projected")) |
Rafael Lima | b2b36f0 | 2021-01-21 17:59:50 +0000 | [diff] [blame] | 69 | docs(project(":car:app:app-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 70 | docs(project(":cardview:cardview")) |
Fred Sladkey | cb02e6c | 2023-01-06 10:43:29 -0500 | [diff] [blame] | 71 | kmpDocs(project(":collection:collection")) |
Dustin Lam | 2736fad | 2022-04-19 15:37:04 -0700 | [diff] [blame] | 72 | docs(project(":collection:collection-ktx")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 73 | kmpDocs(project(":compose:animation:animation")) |
| 74 | kmpDocs(project(":compose:animation:animation-core")) |
| 75 | kmpDocs(project(":compose:animation:animation-graphics")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 76 | kmpDocs(project(":compose:foundation:foundation")) |
| 77 | kmpDocs(project(":compose:foundation:foundation-layout")) |
drchen | 919338f | 2024-02-07 10:55:50 -0800 | [diff] [blame] | 78 | kmpDocs(project(":compose:material3:adaptive:adaptive")) |
| 79 | kmpDocs(project(":compose:material3:adaptive:adaptive-layout")) |
| 80 | kmpDocs(project(":compose:material3:adaptive:adaptive-navigation")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 81 | kmpDocs(project(":compose:material3:material3")) |
Leticia | 4a4843e | 2023-09-15 17:37:29 -0400 | [diff] [blame] | 82 | kmpDocs(project(":compose:material3:material3-adaptive-navigation-suite")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 83 | kmpDocs(project(":compose:material3:material3-common")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 84 | kmpDocs(project(":compose:material3:material3-window-size-class")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 85 | kmpDocs(project(":compose:material:material")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 86 | kmpDocs(project(":compose:material:material-ripple")) |
Jeremy Woods | d65d573 | 2024-02-21 02:14:42 +0000 | [diff] [blame] | 87 | docs(project(":compose:material:material-navigation")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 88 | kmpDocs(project(":compose:runtime:runtime")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 89 | docs(project(":compose:runtime:runtime-livedata")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 90 | docs(project(":compose:runtime:runtime-rxjava2")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 91 | docs(project(":compose:runtime:runtime-rxjava3")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 92 | kmpDocs(project(":compose:runtime:runtime-saveable")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 93 | docs(project(":compose:runtime:runtime-tracing")) |
| 94 | kmpDocs(project(":compose:ui:ui")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 95 | kmpDocs(project(":compose:ui:ui-geometry")) |
| 96 | kmpDocs(project(":compose:ui:ui-graphics")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 97 | kmpDocs(project(":compose:ui:ui-test")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 98 | kmpDocs(project(":compose:ui:ui-test-junit4")) |
| 99 | kmpDocs(project(":compose:ui:ui-text")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 100 | docs(project(":compose:ui:ui-text-google-fonts")) |
| 101 | kmpDocs(project(":compose:ui:ui-tooling")) |
| 102 | kmpDocs(project(":compose:ui:ui-tooling-data")) |
| 103 | kmpDocs(project(":compose:ui:ui-tooling-preview")) |
| 104 | kmpDocs(project(":compose:ui:ui-unit")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 105 | kmpDocs(project(":compose:ui:ui-util")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 106 | docs(project(":compose:ui:ui-viewbinding")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 107 | docs(project(":concurrent:concurrent-futures")) |
| 108 | docs(project(":concurrent:concurrent-futures-ktx")) |
Shane | 3c6ed48 | 2022-07-28 14:28:10 -0700 | [diff] [blame] | 109 | docs(project(":constraintlayout:constraintlayout")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 110 | kmpDocs(project(":constraintlayout:constraintlayout-compose")) |
Shane | 3c6ed48 | 2022-07-28 14:28:10 -0700 | [diff] [blame] | 111 | docs(project(":constraintlayout:constraintlayout-core")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 112 | docs(project(":contentpager:contentpager")) |
| 113 | docs(project(":coordinatorlayout:coordinatorlayout")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 114 | docs(project(":core:core")) |
| 115 | docs(project(":core:core-animation")) |
| 116 | docs(project(":core:core-animation-testing")) |
| 117 | docs(project(":core:core-appdigest")) |
Nick Chalko | 6378d0ca | 2024-11-14 13:33:19 -0800 | [diff] [blame] | 118 | docs(project(":core:core-backported-fixes")) |
Nick Anthony | 87bfe6f | 2021-02-03 19:57:32 -0500 | [diff] [blame] | 119 | docs(project(":core:core-google-shortcuts")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 120 | docs(project(":core:haptics:haptics")) |
Mihai Nita | 1b1a309 | 2022-02-11 10:34:25 -0800 | [diff] [blame] | 121 | docs(project(":core:core-i18n")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 122 | docs(project(":core:core-ktx")) |
Brian Julian | 613f76a | 2022-10-18 20:08:22 +0000 | [diff] [blame] | 123 | docs(project(":core:core-location-altitude")) |
Nick Chalko | 04e47f6 | 2021-11-08 16:14:13 -0800 | [diff] [blame] | 124 | docs(project(":core:core-performance")) |
Nick Chalko | aceb77c | 2023-06-05 11:47:28 -0700 | [diff] [blame] | 125 | docs(project(":core:core-performance-play-services")) |
Nick Chalko | feaec90 | 2023-06-05 12:56:14 -0700 | [diff] [blame] | 126 | docs(project(":core:core-performance-testing")) |
Stevie Kideckel | e65fb2d | 2021-04-27 14:01:32 +0100 | [diff] [blame] | 127 | docs(project(":core:core-remoteviews")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 128 | docs(project(":core:core-role")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 129 | docs(project(":core:core-splashscreen")) |
Tyler Gunn | 02a224e | 2023-02-09 22:05:12 +0000 | [diff] [blame] | 130 | docs(project(":core:core-telecom")) |
Diego Vela | 67ad4e2 | 2023-03-21 22:02:17 +0000 | [diff] [blame] | 131 | docs(project(":core:core-testing")) |
Andrew Bailey | ca6b84a | 2024-10-11 15:12:47 -0400 | [diff] [blame] | 132 | docs(project(":core:core-viewtree")) |
Roshan Pius | 901dfd6 | 2022-02-07 13:25:48 -0800 | [diff] [blame] | 133 | docs(project(":core:uwb:uwb")) |
Daniel | 49e4332 | 2022-06-09 23:38:17 +0000 | [diff] [blame] | 134 | docs(project(":core:uwb:uwb-rxjava3")) |
Helen Qin | 2d61dea | 2022-08-22 15:36:43 +0000 | [diff] [blame] | 135 | docs(project(":credentials:credentials")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 136 | docs(project(":credentials:credentials-fido")) |
Reema Bajwa | 7280b66 | 2022-08-30 01:21:36 +0000 | [diff] [blame] | 137 | docs(project(":credentials:credentials-play-services-auth")) |
Ludovic Barman | 95b8dee | 2024-01-31 14:37:38 +0000 | [diff] [blame] | 138 | docs(project(":credentials:credentials-e2ee")) |
Sergei Makarov | 23ccf90 | 2024-07-08 10:56:05 +0000 | [diff] [blame] | 139 | docs(project(":credentials:credentials-play-services-e2ee")) |
Helen Qin | 290ff67 | 2024-09-12 18:17:48 +0000 | [diff] [blame] | 140 | docs(project(":credentials:registry:registry-digitalcredentials-mdoc")) |
| 141 | docs(project(":credentials:registry:registry-digitalcredentials-preview")) |
| 142 | docs(project(":credentials:registry:registry-provider")) |
| 143 | docs(project(":credentials:registry:registry-provider-play-services")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 144 | docs(project(":cursoradapter:cursoradapter")) |
| 145 | docs(project(":customview:customview")) |
Ryan Mentley | 96f5077 | 2021-10-29 22:12:37 -0700 | [diff] [blame] | 146 | docs(project(":customview:customview-poolingcontainer")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 147 | kmpDocs(project(":datastore:datastore")) |
Fred Sladkey | cb02e6c | 2023-01-06 10:43:29 -0500 | [diff] [blame] | 148 | kmpDocs(project(":datastore:datastore-core")) |
| 149 | kmpDocs(project(":datastore:datastore-core-okio")) |
Zhiyuan Wang | 81dab615 | 2024-06-27 03:20:21 -0700 | [diff] [blame] | 150 | docs(project(":datastore:datastore-guava")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 151 | kmpDocs(project(":datastore:datastore-preferences")) |
Fred Sladkey | cb02e6c | 2023-01-06 10:43:29 -0500 | [diff] [blame] | 152 | kmpDocs(project(":datastore:datastore-preferences-core")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 153 | docs(project(":datastore:datastore-preferences-rxjava2")) |
| 154 | docs(project(":datastore:datastore-preferences-rxjava3")) |
rohitsat13 | 8739fcd | 2020-11-20 10:29:57 -0800 | [diff] [blame] | 155 | docs(project(":datastore:datastore-rxjava2")) |
Nick Anthony | c62897f | 2021-03-22 21:01:19 -0400 | [diff] [blame] | 156 | docs(project(":datastore:datastore-rxjava3")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 157 | docs(project(":documentfile:documentfile")) |
Richard Ledley | 938bae9 | 2021-08-16 20:55:13 +0100 | [diff] [blame] | 158 | docs(project(":draganddrop:draganddrop")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 159 | docs(project(":drawerlayout:drawerlayout")) |
| 160 | docs(project(":dynamicanimation:dynamicanimation")) |
| 161 | docs(project(":dynamicanimation:dynamicanimation-ktx")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 162 | docs(project(":emoji:emoji")) |
| 163 | docs(project(":emoji:emoji-appcompat")) |
| 164 | docs(project(":emoji:emoji-bundled")) |
Sean McQuillan | d00b1f6 | 2021-04-20 16:59:38 -0700 | [diff] [blame] | 165 | docs(project(":emoji2:emoji2")) |
| 166 | docs(project(":emoji2:emoji2-bundled")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 167 | docs(project(":emoji2:emoji2-emojipicker")) |
Sean McQuillan | d00b1f6 | 2021-04-20 16:59:38 -0700 | [diff] [blame] | 168 | docs(project(":emoji2:emoji2-views")) |
| 169 | docs(project(":emoji2:emoji2-views-helper")) |
Alan Viverette | 914bad1 | 2021-06-23 17:38:25 -0400 | [diff] [blame] | 170 | docs(project(":enterprise:enterprise-feedback")) |
| 171 | docs(project(":enterprise:enterprise-feedback-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 172 | docs(project(":exifinterface:exifinterface")) |
| 173 | docs(project(":fragment:fragment")) |
Jeremy Woods | a066a43 | 2024-01-16 22:11:03 +0000 | [diff] [blame] | 174 | docs(project(":fragment:fragment-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 175 | docs(project(":fragment:fragment-ktx")) |
| 176 | docs(project(":fragment:fragment-testing")) |
Jamie Garside | 2af1a3b | 2021-08-05 14:54:18 +0100 | [diff] [blame] | 177 | docs(project(":glance:glance")) |
Jamie Garside | 0bc8e25 | 2021-08-12 11:16:26 +0100 | [diff] [blame] | 178 | docs(project(":glance:glance-appwidget")) |
Willie Koomson | e87823a | 2024-07-18 17:55:45 -0700 | [diff] [blame] | 179 | docs(project(":glance:glance-appwidget-multiprocess")) |
Shamali P | 67abefb | 2023-08-07 19:27:40 +0000 | [diff] [blame] | 180 | docs(project(":glance:glance-appwidget-testing")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 181 | docs(project(":glance:glance-appwidget-preview")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 182 | docs(project(":glance:glance-material")) |
| 183 | docs(project(":glance:glance-material3")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 184 | docs(project(":glance:glance-preview")) |
Shamali P | d5f7d2f | 2023-07-30 15:09:57 +0000 | [diff] [blame] | 185 | docs(project(":glance:glance-testing")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 186 | docs(project(":glance:glance-template")) |
Xiangyin Ma | fb57359 | 2021-11-23 20:01:49 +0000 | [diff] [blame] | 187 | docs(project(":glance:glance-wear-tiles")) |
Nader Jawad | b7b26e7 | 2022-11-16 10:31:45 -0800 | [diff] [blame] | 188 | docs(project(":graphics:filters:filters")) |
Nader Jawad | a611f1b | 2021-08-27 13:36:33 -0700 | [diff] [blame] | 189 | docs(project(":graphics:graphics-core")) |
Chet Haase | 145323b | 2022-08-26 15:16:54 -0700 | [diff] [blame] | 190 | docs(project(":graphics:graphics-path")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 191 | kmpDocs(project(":graphics:graphics-shapes")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 192 | docs(project(":gridlayout:gridlayout")) |
Hengrui CAO | 5429b71 | 2022-08-04 17:12:17 +0100 | [diff] [blame] | 193 | docs(project(":health:connect:connect-client")) |
Agostinho Junior | c0a94cb | 2024-06-05 14:17:11 +0000 | [diff] [blame] | 194 | docs(project(":health:connect:connect-testing")) |
Sean Kelley | 7d32e74 | 2021-05-06 09:20:39 -0700 | [diff] [blame] | 195 | docs(project(":health:health-services-client")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 196 | docs(project(":heifwriter:heifwriter")) |
| 197 | docs(project(":hilt:hilt-common")) |
Daniel Santiago Rivera | e94ea62 | 2021-01-14 17:51:21 -0800 | [diff] [blame] | 198 | docs(project(":hilt:hilt-navigation")) |
| 199 | docs(project(":hilt:hilt-navigation-compose")) |
| 200 | docs(project(":hilt:hilt-navigation-fragment")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 201 | docs(project(":hilt:hilt-work")) |
Matt Mallozzi | ab55472 | 2024-09-13 20:23:53 +0000 | [diff] [blame] | 202 | kmpDocs(project(":ink:ink-authoring")) |
William Furr | 40db472 | 2024-06-28 18:42:04 +0000 | [diff] [blame] | 203 | kmpDocs(project(":ink:ink-brush")) |
William Furr | 134eed0 | 2024-06-26 17:39:23 +0000 | [diff] [blame] | 204 | kmpDocs(project(":ink:ink-geometry")) |
| 205 | kmpDocs(project(":ink:ink-nativeloader")) |
Matt Mallozzi | 98860e9 | 2024-08-23 22:14:50 +0000 | [diff] [blame] | 206 | kmpDocs(project(":ink:ink-strokes")) |
Matt Mallozzi | 656a0ad | 2024-09-04 15:00:20 +0000 | [diff] [blame] | 207 | kmpDocs(project(":ink:ink-rendering")) |
Josep del RÃo | 48ca6e6 | 2022-10-07 20:25:19 +0100 | [diff] [blame] | 208 | docs(project(":input:input-motionprediction")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 209 | docs(project(":interpolator:interpolator")) |
Abhijith Nair | 07355f5 | 2022-07-18 13:46:35 +0000 | [diff] [blame] | 210 | docs(project(":javascriptengine:javascriptengine")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 211 | docs(project(":leanback:leanback")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 212 | docs(project(":leanback:leanback-grid")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 213 | docs(project(":leanback:leanback-paging")) |
| 214 | docs(project(":leanback:leanback-preference")) |
| 215 | docs(project(":leanback:leanback-tab")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 216 | kmpDocs(project(":lifecycle:lifecycle-common")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 217 | docs(project(":lifecycle:lifecycle-common-java8")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 218 | docs(project(":lifecycle:lifecycle-extensions")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 219 | docs(project(":lifecycle:lifecycle-livedata")) |
| 220 | docs(project(":lifecycle:lifecycle-livedata-core")) |
| 221 | docs(project(":lifecycle:lifecycle-livedata-core-ktx")) |
| 222 | docs(project(":lifecycle:lifecycle-livedata-ktx")) |
| 223 | docs(project(":lifecycle:lifecycle-process")) |
| 224 | docs(project(":lifecycle:lifecycle-reactivestreams")) |
| 225 | docs(project(":lifecycle:lifecycle-reactivestreams-ktx")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 226 | kmpDocs(project(":lifecycle:lifecycle-runtime")) |
Marcello Galhardo | 91927fb | 2024-03-29 17:03:00 +0000 | [diff] [blame] | 227 | kmpDocs(project(":lifecycle:lifecycle-runtime-compose")) |
Julia McClellan | cc25064 | 2024-02-06 16:41:07 -0500 | [diff] [blame] | 228 | kmpDocs(project(":lifecycle:lifecycle-runtime-ktx")) |
Marcello Galhardo | a137ece | 2024-07-08 11:47:12 +0100 | [diff] [blame] | 229 | kmpDocs(project(":lifecycle:lifecycle-runtime-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 230 | docs(project(":lifecycle:lifecycle-service")) |
Owen Gray | 252f4c3 | 2024-02-07 12:06:20 +0000 | [diff] [blame] | 231 | kmpDocs(project(":lifecycle:lifecycle-viewmodel")) |
Marcello Galhardo | ee95558 | 2024-03-20 11:18:32 +0000 | [diff] [blame] | 232 | kmpDocs(project(":lifecycle:lifecycle-viewmodel-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 233 | docs(project(":lifecycle:lifecycle-viewmodel-ktx")) |
Marcello Galhardo | a9b5cba | 2024-09-20 08:51:52 +0000 | [diff] [blame] | 234 | kmpDocs(project(":lifecycle:lifecycle-viewmodel-savedstate")) |
Marcello Galhardo | 337f68d | 2024-07-01 14:34:44 +0200 | [diff] [blame] | 235 | kmpDocs(project(":lifecycle:lifecycle-viewmodel-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 236 | docs(project(":loader:loader")) |
| 237 | docs(project(":loader:loader-ktx")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 238 | // localbroadcastmanager is deprecated |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 239 | docs(project(":media:media")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 240 | // androidx.media3 is not hosted in androidx |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 241 | docs(project(":mediarouter:mediarouter")) |
Hyundo Moon | 4c2224a | 2021-08-27 23:44:36 +0900 | [diff] [blame] | 242 | docs(project(":mediarouter:mediarouter-testing")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 243 | docs(project(":metrics:metrics-performance")) |
Konstantin Tskhovrebov | 4c123ed | 2024-12-12 11:37:44 +0100 | [diff] [blame] | 244 | kmpDocs(project(":navigation:navigation-common")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 245 | docs(project(":navigation:navigation-common-ktx")) |
| 246 | docs(project(":navigation:navigation-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 247 | docs(project(":navigation:navigation-dynamic-features-fragment")) |
| 248 | docs(project(":navigation:navigation-dynamic-features-runtime")) |
| 249 | docs(project(":navigation:navigation-fragment")) |
Ian Lake | 3792a45 | 2024-03-15 22:33:28 +0000 | [diff] [blame] | 250 | docs(project(":navigation:navigation-fragment-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 251 | docs(project(":navigation:navigation-fragment-ktx")) |
| 252 | docs(project(":navigation:navigation-runtime")) |
| 253 | docs(project(":navigation:navigation-runtime-ktx")) |
| 254 | docs(project(":navigation:navigation-testing")) |
| 255 | docs(project(":navigation:navigation-ui")) |
| 256 | docs(project(":navigation:navigation-ui-ktx")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 257 | kmpDocs(project(":paging:paging-common")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 258 | docs(project(":paging:paging-common-ktx")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 259 | kmpDocs(project(":paging:paging-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 260 | docs(project(":paging:paging-guava")) |
| 261 | docs(project(":paging:paging-runtime")) |
| 262 | docs(project(":paging:paging-runtime-ktx")) |
| 263 | docs(project(":paging:paging-rxjava2")) |
| 264 | docs(project(":paging:paging-rxjava2-ktx")) |
| 265 | docs(project(":paging:paging-rxjava3")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 266 | kmpDocs(project(":paging:paging-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 267 | docs(project(":palette:palette")) |
| 268 | docs(project(":palette:palette-ktx")) |
Bhavya Jain | cbf93db | 2024-10-24 10:55:34 +0000 | [diff] [blame] | 269 | docs(project(":pdf:pdf-document-service")) |
Shruti Bihani | 443f01a | 2023-12-18 09:21:31 +0000 | [diff] [blame] | 270 | docs(project(":pdf:pdf-viewer")) |
Bhavya Jain | bd3712c | 2024-07-25 14:25:44 +0000 | [diff] [blame] | 271 | docs(project(":pdf:pdf-viewer-fragment")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 272 | docs(project(":percentlayout:percentlayout")) |
Natnael Belay | c289135 | 2025-01-07 11:30:34 -0800 | [diff] [blame] | 273 | kmpDocs(project(":performance:performance-annotation")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 274 | docs(project(":preference:preference")) |
| 275 | docs(project(":preference:preference-ktx")) |
| 276 | docs(project(":print:print")) |
Lucas Tenório | c4720f5 | 2023-10-24 12:29:20 +0000 | [diff] [blame] | 277 | docs(project(":privacysandbox:activity:activity-client")) |
| 278 | docs(project(":privacysandbox:activity:activity-core")) |
| 279 | docs(project(":privacysandbox:activity:activity-provider")) |
Lucas Tenorio | 01b5715 | 2022-08-22 16:23:44 +0100 | [diff] [blame] | 280 | docs(project(":privacysandbox:ads:ads-adservices")) |
Neha Pattan | 5cc502e | 2022-10-07 23:44:37 +0000 | [diff] [blame] | 281 | docs(project(":privacysandbox:ads:ads-adservices-java")) |
Anton Kulakov | 64ed152 | 2022-08-18 07:53:16 +0000 | [diff] [blame] | 282 | docs(project(":privacysandbox:sdkruntime:sdkruntime-client")) |
| 283 | docs(project(":privacysandbox:sdkruntime:sdkruntime-core")) |
Anton Kulakov | f8cec2a | 2023-09-20 09:54:11 +0000 | [diff] [blame] | 284 | docs(project(":privacysandbox:sdkruntime:sdkruntime-provider")) |
Lucas Tenorio | 3bf0d2f | 2022-08-01 16:12:13 +0100 | [diff] [blame] | 285 | docs(project(":privacysandbox:tools:tools")) |
Mugdha Lakhani | 67f8c2e | 2022-10-19 13:49:24 +0000 | [diff] [blame] | 286 | docs(project(":privacysandbox:ui:ui-client")) |
| 287 | docs(project(":privacysandbox:ui:ui-core")) |
| 288 | docs(project(":privacysandbox:ui:ui-provider")) |
Sean McQuillan | ee55f66 | 2021-04-23 11:10:02 -0700 | [diff] [blame] | 289 | docs(project(":profileinstaller:profileinstaller")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 290 | docs(project(":recommendation:recommendation")) |
| 291 | docs(project(":recyclerview:recyclerview")) |
| 292 | docs(project(":recyclerview:recyclerview-selection")) |
| 293 | docs(project(":remotecallback:remotecallback")) |
Tiem Song | a4ee3e3 | 2021-07-14 11:45:52 -0700 | [diff] [blame] | 294 | docs(project(":resourceinspection:resourceinspection-annotation")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 295 | kmpDocs(project(":room:room-common")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 296 | docs(project(":room:room-guava")) |
| 297 | docs(project(":room:room-ktx")) |
Daniel Santiago Rivera | 4076422 | 2024-03-07 08:46:59 -0500 | [diff] [blame] | 298 | kmpDocs(project(":room:room-migration")) |
elifbilgin | e7a8b7c | 2024-07-01 08:00:23 -0700 | [diff] [blame] | 299 | kmpDocs(project(":room:room-paging")) |
Clara F | 1b9ae44 | 2022-03-14 15:26:56 -0700 | [diff] [blame] | 300 | docs(project(":room:room-paging-guava")) |
Clara F | 41a1d4f | 2022-03-15 19:10:36 +0000 | [diff] [blame] | 301 | docs(project(":room:room-paging-rxjava2")) |
Clara F | eb60980 | 2022-03-15 19:08:03 +0000 | [diff] [blame] | 302 | docs(project(":room:room-paging-rxjava3")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 303 | kmpDocs(project(":room:room-runtime")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 304 | docs(project(":room:room-rxjava2")) |
| 305 | docs(project(":room:room-rxjava3")) |
Daniel Santiago Rivera | a997a22 | 2024-03-07 09:12:51 -0500 | [diff] [blame] | 306 | kmpDocs(project(":room:room-testing")) |
Arco Xu | 38f72df | 2023-06-06 14:18:26 -0500 | [diff] [blame] | 307 | docs(project(":safeparcel:safeparcel")) |
Marcello Galhardo | 036f302 | 2024-05-03 15:25:56 +0100 | [diff] [blame] | 308 | kmpDocs(project(":savedstate:savedstate")) |
Marcello Galhardo | ff7e56c | 2024-12-03 11:29:58 +0000 | [diff] [blame] | 309 | kmpDocs(project(":savedstate:savedstate-compose")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 310 | docs(project(":savedstate:savedstate-ktx")) |
Nick Anthony | 4609ace | 2020-11-06 16:54:57 -0500 | [diff] [blame] | 311 | docs(project(":security:security-app-authenticator")) |
Michael Groover | 6820740 | 2021-05-12 16:18:32 -0700 | [diff] [blame] | 312 | docs(project(":security:security-app-authenticator-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 313 | docs(project(":security:security-biometric")) |
| 314 | docs(project(":security:security-crypto")) |
| 315 | docs(project(":security:security-crypto-ktx")) |
Ashok Chandwaney | 3c6cf68 | 2024-01-24 23:01:47 +0000 | [diff] [blame] | 316 | docs(project(":security:security-mls")) |
Greg Wroblewski | 5cdfc3d | 2024-03-18 19:18:09 -0700 | [diff] [blame] | 317 | docs(project(":security:security-state")) |
Alec Garcia | 528f8688 | 2024-11-18 14:20:57 -0800 | [diff] [blame] | 318 | docs(project(":security:security-state-provider")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 319 | docs(project(":sharetarget:sharetarget")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 320 | docs(project(":slidingpanelayout:slidingpanelayout")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 321 | kmpDocs(project(":sqlite:sqlite")) |
Julia McClellan | f37eb98 | 2024-02-02 10:43:51 -0500 | [diff] [blame] | 322 | kmpDocs(project(":sqlite:sqlite-bundled")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 323 | kmpDocs(project(":sqlite:sqlite-framework")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 324 | docs(project(":sqlite:sqlite-ktx")) |
| 325 | docs(project(":startup:startup-runtime")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 326 | docs(project(":swiperefreshlayout:swiperefreshlayout")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 327 | // androidx.test is not hosted in androidx |
Julia McClellan | f37eb98 | 2024-02-02 10:43:51 -0500 | [diff] [blame] | 328 | docs(project(":test:ext:junit-gtest")) |
Daniel Peykov | 38e446a | 2022-06-07 19:20:15 +0000 | [diff] [blame] | 329 | docs(project(":test:uiautomator:uiautomator")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 330 | // androidx.textclassifier is not hosted in androidx |
Dustin Lam | c1e0ddf | 2024-11-13 13:12:44 -0800 | [diff] [blame] | 331 | kmpDocs(project(":tracing:tracing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 332 | docs(project(":tracing:tracing-ktx")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 333 | docs(project(":tracing:tracing-perfetto")) |
Jakub Gielzak | 5b090bf | 2023-06-14 20:08:33 +0100 | [diff] [blame] | 334 | docs(project(":tracing:tracing-perfetto-handshake")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 335 | docs(project(":transition:transition")) |
| 336 | docs(project(":transition:transition-ktx")) |
Vineet Kumar | f0fa6d5 | 2022-06-20 15:45:23 +0530 | [diff] [blame] | 337 | docs(project(":tv:tv-foundation")) |
| 338 | docs(project(":tv:tv-material")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 339 | docs(project(":tvprovider:tvprovider")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 340 | docs(project(":vectordrawable:vectordrawable")) |
| 341 | docs(project(":vectordrawable:vectordrawable-animated")) |
| 342 | docs(project(":vectordrawable:vectordrawable-seekable")) |
| 343 | docs(project(":versionedparcelable:versionedparcelable")) |
| 344 | docs(project(":viewpager2:viewpager2")) |
| 345 | docs(project(":viewpager:viewpager")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 346 | docs(project(":wear:compose:compose-foundation")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 347 | docs(project(":wear:compose:compose-material")) |
| 348 | docs(project(":wear:compose:compose-material-core")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 349 | docs(project(":wear:compose:compose-material3")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 350 | docs(project(":wear:compose:compose-navigation")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 351 | docs(project(":wear:compose:compose-ui-tooling")) |
Mohammad Saboorian | 45215a3 | 2022-11-23 11:17:40 +0000 | [diff] [blame] | 352 | docs(project(":wear:protolayout:protolayout")) |
| 353 | docs(project(":wear:protolayout:protolayout-expression")) |
| 354 | docs(project(":wear:protolayout:protolayout-expression-pipeline")) |
Mohammad Saboorian | 915e67d | 2023-02-06 21:41:24 +0000 | [diff] [blame] | 355 | docs(project(":wear:protolayout:protolayout-material")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 356 | docs(project(":wear:protolayout:protolayout-material-core")) |
Neda Topoljanac | 869a5db | 2024-05-01 17:15:10 +0000 | [diff] [blame] | 357 | docs(project(":wear:protolayout:protolayout-material3")) |
Mohammad Saboorian | 45215a3 | 2022-11-23 11:17:40 +0000 | [diff] [blame] | 358 | docs(project(":wear:protolayout:protolayout-renderer")) |
Xiangyin Ma | 5034b6c | 2024-10-02 15:46:21 +0000 | [diff] [blame] | 359 | docs(project(":wear:protolayout:protolayout-testing")) |
Jamie Garside | ecb6221 | 2021-03-17 14:02:06 +0000 | [diff] [blame] | 360 | docs(project(":wear:tiles:tiles")) |
Jamie Garside | f18fac9 | 2021-12-01 15:51:08 +0000 | [diff] [blame] | 361 | docs(project(":wear:tiles:tiles-material")) |
Jamie Garside | ecb6221 | 2021-03-17 14:02:06 +0000 | [diff] [blame] | 362 | docs(project(":wear:tiles:tiles-renderer")) |
Jamie Garside | f18fac9 | 2021-12-01 15:51:08 +0000 | [diff] [blame] | 363 | docs(project(":wear:tiles:tiles-testing")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 364 | docs(project(":wear:tiles:tiles-tooling")) |
Paul Milian | 68c2c3e | 2023-07-31 17:16:13 +0100 | [diff] [blame] | 365 | docs(project(":wear:tiles:tiles-tooling-preview")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 366 | docs(project(":wear:watchface:watchface")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 367 | docs(project(":wear:watchface:watchface-client")) |
| 368 | docs(project(":wear:watchface:watchface-client-guava")) |
Alex Clarke | 7cc8de7 | 2021-09-17 14:42:54 +0100 | [diff] [blame] | 369 | docs(project(":wear:watchface:watchface-complications")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 370 | docs(project(":wear:watchface:watchface-complications-data")) |
| 371 | docs(project(":wear:watchface:watchface-complications-data-source")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 372 | docs(project(":wear:watchface:watchface-complications-data-source-ktx")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 373 | docs(project(":wear:watchface:watchface-complications-rendering")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 374 | docs(project(":wear:watchface:watchface-data")) |
| 375 | docs(project(":wear:watchface:watchface-editor")) |
| 376 | docs(project(":wear:watchface:watchface-editor-guava")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 377 | docs(project(":wear:watchface:watchface-guava")) |
jnichol | b25f3c0 | 2021-09-15 17:15:06 +0100 | [diff] [blame] | 378 | docs(project(":wear:watchface:watchface-style")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 379 | docs(project(":wear:wear")) |
Ashley Ingram | 17fe232 | 2024-03-09 22:16:55 +0000 | [diff] [blame] | 380 | docs(project(":wear:wear-core")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 381 | stubs(fileTree(dir: "../wear/wear_stubs/", include: ["com.google.android.wearable-stubs.jar"])) |
| 382 | docs(project(":wear:wear-input")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 383 | docs(project(":wear:wear-input-testing")) |
| 384 | docs(project(":wear:wear-ongoing")) |
| 385 | docs(project(":wear:wear-phone-interactions")) |
| 386 | docs(project(":wear:wear-remote-interactions")) |
Julia McClellan | 9ee9aa0 | 2024-02-01 16:54:03 -0500 | [diff] [blame] | 387 | docs(project(":wear:wear-tooling-preview")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 388 | docs(project(":webkit:webkit")) |
| 389 | docs(project(":window:window")) |
Owen Gray | c65fb02 | 2023-06-02 14:48:52 +0000 | [diff] [blame] | 390 | stubs(fileTree(dir: "../window/stubs/", include: ["window-sidecar-release.aar"])) |
Julia McClellan | 9ca0de1 | 2024-02-09 13:29:40 -0500 | [diff] [blame] | 391 | docs(project(":window:extensions:core:core")) |
| 392 | docs(project(":window:extensions:extensions")) |
Julia McClellan | 6f49eac | 2024-02-05 09:25:50 -0500 | [diff] [blame] | 393 | kmpDocs(project(":window:window-core")) |
Diego Vela | 819e62f | 2021-05-07 20:08:01 -0700 | [diff] [blame] | 394 | docs(project(":window:window-java")) |
Diego Vela | 22940d0 | 2021-05-07 13:33:01 -0700 | [diff] [blame] | 395 | docs(project(":window:window-rxjava2")) |
Diego Vela | 57b06cf | 2021-05-10 10:34:12 -0700 | [diff] [blame] | 396 | docs(project(":window:window-rxjava3")) |
Diego Vela | b211c20 | 2021-05-10 15:04:01 -0700 | [diff] [blame] | 397 | docs(project(":window:window-testing")) |
Aurimas Liutikas | 1342ce3 | 2020-10-28 10:28:50 -0700 | [diff] [blame] | 398 | docs(project(":work:work-gcm")) |
| 399 | docs(project(":work:work-multiprocess")) |
| 400 | docs(project(":work:work-runtime")) |
| 401 | docs(project(":work:work-runtime-ktx")) |
| 402 | docs(project(":work:work-rxjava2")) |
| 403 | docs(project(":work:work-rxjava3")) |
| 404 | docs(project(":work:work-testing")) |
natnaelbelay | 8a1764d | 2024-12-13 11:12:38 -0500 | [diff] [blame] | 405 | docs(project(":xr:arcore:arcore")) |
| 406 | docs(project(":xr:compose:compose")) |
| 407 | docs(project(":xr:compose:compose-testing")) |
| 408 | docs(project(":xr:compose:material3:material3")) |
| 409 | docs(project(":xr:runtime:runtime")) |
| 410 | docs(project(":xr:runtime:runtime-openxr")) |
| 411 | docs(project(":xr:runtime:runtime-testing")) |
| 412 | docs(project(":xr:scenecore:scenecore")) |
| 413 | docs(project(":xr:scenecore:scenecore-testing")) |
| 414 | docs(project(":xr:xr-stubs")) |
Aurimas Liutikas | b487c70 | 2020-10-08 08:46:19 -0700 | [diff] [blame] | 415 | } |
Jeff Gaston | 6b7f385 | 2023-11-02 11:23:00 -0400 | [diff] [blame] | 416 | afterEvaluate { |
| 417 | tasks["docs"].doFirst { |
| 418 | println("docs-tip-of-tree:docs starting") |
| 419 | } |
| 420 | tasks["docs"].doLast { |
| 421 | println("docs-tip-of-tree:docs completing") |
| 422 | } |
| 423 | } |