Material3 missing artifacts for Android
See original GitHub issueLooking at Space, it can be seen that there are Android and Desktop artifacts available for org.jetbrains.compose.material:material
, but org.jetbrains.compose.material3:material3
only has the Desktop artifact. This results in IntelliJ (I think? happy to be corrected) being unable to resolve symbols when Material 3 classes are used in the common source set. I was hoping if this can be rectified somehow.
Issue Analytics
- State:
- Created a year ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Compose Material 3 | Android Developers
Read Google's Maven repository for more information. Add the dependencies for the artifacts you need in the build.gradle file for your app or...
Read more >Material Design 3 for Compose is now stable
Jetpack Compose and Material 3 provide window size artifacts that can help make your apps adaptive. You can start by adding the Compose...
Read more >Android Jetpack Compose Icons doesn't contain some of the ...
icons.Icons but some are missing. Just as an example there is no print icon. ... import androidx.compose.material.
Read more >androidx.compose.material3:material3 - AndroidX Tech
Artifact Info: androidx.compose.material3:material3 ... androidx/compose/material3/AlertDialog.kt · androidx/compose/material3/AndroidAlertDialog.android.kt ...
Read more >Firebase Android SDK Release Notes
Firebase Android BoM (Bill of Materials) version 31.1.1 ... BREAKING CHANGE: With this release, the BoM no longer contains the following deprecated ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This PR reproduces the problem where imports from
androidx.compose.material3
do not resolve in the IDE but the code compiles when built with Gradlehttps://github.com/msfjarvis/compose-lobsters/pull/316
Issue is resolved in 1.2.0-alpha01-dev741