(#) androidx.compose.material3:material3-android
Name
: Compose Material3 Components
Description
: Compose Material You Design Components library
License
: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
Vendor
: Jetpack Compose
Identifier
: androidx.compose.material3
Feedback
: https://issuetracker.google.com/issues/new?component=612128
Min
: Lint 8.0 and 8.1
Compiled
: Lint 8.7+
Artifact
: androidx.compose.material3:material3-android:1.5.0-alpha15
(##) Included Issues
|Issue Id |Issue Description |
|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
|[UsingMaterialAndMaterial3Libraries](UsingMaterialAndMaterial3Libraries.md.html) |material and material3 are separate, incompatible design system libraries|
|[UnusedMaterial3ScaffoldPaddingParameter](UnusedMaterial3ScaffoldPaddingParameter.md.html)|Scaffold content should use the padding provided as a lambda parameter |
(##) Including
!!!
This is not a built-in check. To include it, add the below dependency
to your project.
```
// build.gradle.kts
implementation("androidx.compose.material3:material3-android:1.5.0-alpha15")
// build.gradle
implementation 'androidx.compose.material3:material3-android:1.5.0-alpha15'
// build.gradle.kts with version catalogs:
implementation(libs.material3.android)
# libs.versions.toml
[versions]
material3-android = "1.5.0-alpha15"
[libraries]
# For clarity and text wrapping purposes the following declaration is
# shown split up across lines, but in TOML it needs to be on a single
# line (see https://github.com/toml-lang/toml/issues/516) so adjust
# when pasting into libs.versions.toml:
material3-android = {
module = "androidx.compose.material3:material3-android",
version.ref = "material3-android"
}
```
1.5.0-alpha15 is the version this documentation was generated from;
there may be newer versions available.
NOTE: These lint checks are **also** made available separate from the main library.
You can also use `androidx.compose.material3:material3-lint:1.5.0-alpha15`.
(##) Changes
* 1.2.0: First version includes UnusedMaterial3ScaffoldPaddingParameter,
UsingMaterialAndMaterial3Libraries.
(##) Version Compatibility
There are multiple older versions available of this library:
| Version | Date | Issues | Compatible | Compiled | Requires |
|-------------------:|----------|-------:|------------|--------------:|---------:|
| 1.5.0-alpha15|2026/02/25| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha14|2026/02/11| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha13|2026/01/29| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha12|2026/01/14| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha11|2025/12/17| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha10|2025/12/03| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha09|2025/11/19| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha08|2025/11/05| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha07|2025/10/22| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha06|2025/10/08| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha04|2025/09/10| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha03|2025/08/27| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha02|2025/08/13| 2| Yes| 8.7+|8.0 and 8.1|
| 1.5.0-alpha01|2025/07/30| 2| Yes| 8.7+|8.0 and 8.1|
| 1.4.0|2025/09/24| 2| Yes| 8.7+|8.0 and 8.1|
| 1.3.2|2025/04/09| 2| Yes| 8.0 and 8.1|8.0 and 8.1|
| 1.3.1|2024/10/30| 2| Yes| 8.0 and 8.1|8.0 and 8.1|
| 1.3.0|2024/09/04| 2| Yes| 8.0 and 8.1|8.0 and 8.1|
| 1.2.1|2024/03/06| 2| Yes| 8.0 and 8.1|8.0 and 8.1|
| 1.2.0|2024/02/07| 2| Yes| 8.0 and 8.1|8.0 and 8.1|