https://kotlinlang.org logo
#compose
Title
# compose
s

Shoaib khalid

10/03/2023, 6:00 PM
Is there any major difference between
org.jetbrains.compose.material3:material3
and
androidx.compose.material3:material3:1.1.2
?
z

Zach Klippenstein (he/him) [MOD]

10/03/2023, 6:02 PM
I’m guessing the jetbrains one is the material library you’re gonna want to use for desktop and other multiplatform targets. The androidx one is for android.
s

Shoaib khalid

10/03/2023, 6:43 PM
i see many
androidx...material3
are not accessible in compose multiplatform because it uses
org.jetbrains...material3
. it's weird.
z

Zach Klippenstein (he/him) [MOD]

10/03/2023, 7:14 PM
Yes the androidx artifacts are only for android. Compose Multiplatform is a jetbrains initiative and all those artifacts are released by them, with a different group id
👍 1
2 Views