| * This file was created using the `create_project.py` script located in the |
| * `<AndroidX root>/development/project-creator` directory. |
| * Please use that script when creating a new project, rather than copying an existing project and |
| * modifying its settings. |
| import androidx.build.LibraryType |
| id("AndroidXComposePlugin") |
| id("org.jetbrains.kotlin.android") |
| id("com.android.library") |
| implementation(libs.kotlinStdlib) |
| api("androidx.annotation:annotation:1.8.1") |
| api("androidx.compose.runtime:runtime:1.1.1") |
| api(project(":glance:glance")) |
| implementation("androidx.compose.material3:material3:1.0.0") |
| implementation("androidx.core:core:1.12.0") |
| namespace = "androidx.glance.material3" |
| type = LibraryType.PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS |
| description = "Glance Material integration library." + |
| " This library provides interop APIs with Material 3." |
| legacyDisableKotlinStrictApiMode = true |