is Compose BOM `2026.08.00` mapped to `material3.a...
# compose
h
is Compose BOM
2026.08.00
mapped to
material3.adaptive:adaptive-navigation3 1.3.0
?
h
there are
material3.adaptive:adaptive
,
androidx.compose.material3.adaptive:adaptive-layout
and
material3.adaptive:adaptive-navigation
j
You could download it from maven.google.com and just look
It's a simple XML file
Or, even better, don't use the BOM at all!
❤️ 1
If it has a matching group ID to those other artifacts then they'll carry the same version since library groups are forced to be the same version
h
yes the library is mapped
<dependency>
<groupId>androidx.compose.material3.adaptive</groupId>
<artifactId>adaptive-navigation3</artifactId>
<version>1.3.0</version>
</dependency>