https://kotlinlang.org logo
Title
v

vips

04/28/2023, 2:40 PM
i have one doubt, as an android dev we have to add compose dependencies like foundation, material but in compose multiplatform this libs belongs to jetbrains
val material get() = composeDependency("org.jetbrains.compose.material:material")
val material3 get() = composeDependency("org.jetbrains.compose.material3:material3")
why we can’t use same dependencies of android ?
c

Chrimaeon

04/28/2023, 7:36 PM
Wrong channel I'd say - better ask in #compose-ios or #compose-desktop But the gist would be, they share the same compiler and runtime but the UI framework is different. Google is developing the android UI framework as „Jetback Compose“ and Jetbrains develops stehe Multiplattform part as „Jetbrains Compose“