i have one doubt, as an android dev we have to add...
# multiplatform
v
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
Copy code
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
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“