1 /* 2 * Copyright 2023 The Android Open Source Project 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 <lambda>null17plugins { 18 id("com.gradle.enterprise").version("3.10.3") 19 } 20 <lambda>null21gradleEnterprise { 22 buildScan { 23 termsOfServiceUrl = "https://gradle.com/terms-of-service" 24 termsOfServiceAgree = "yes" 25 } 26 } 27 28 include(":adaptive") 29 include(":internal-testutils") 30 include(":insets-ui") 31 include(":appcompat-theme") 32 include(":drawablepainter") 33 include(":navigation-animation") 34 include(":navigation-material") 35 include(":pager") 36 include(":pager-indicators") 37 include(":permissions") 38 include(":permissions-lint") 39 include(":placeholder") 40 include(":placeholder-material") 41 include(":placeholder-material3") 42 include(":flowlayout") 43 include(":systemuicontroller") 44 include(":swiperefresh") 45 include(":sample") 46 include(":testharness") 47 include(":themeadapter-core") 48 include(":themeadapter-appcompat") 49 include(":themeadapter-material") 50 include(":themeadapter-material3") 51 include(":web") 52 53 rootProject.name = "accompanist" 54