Anthony Martin
04/13/2023, 9:32 PMStefan Oltmann
04/13/2023, 9:35 PMid("org.jetbrains.compose")
andrew
04/13/2023, 9:35 PMandrew
04/13/2023, 9:35 PMAlejandro Rios
04/13/2023, 9:35 PMandroid compose
, just Jetpack Compose or Compose MultiplatformCasey Brooks
04/13/2023, 9:51 PMandrew
04/13/2023, 9:52 PMCasey Brooks
04/13/2023, 9:53 PMbuildFeatures { compose = true }
) and āCompose Multiplatformā, there is functionally no difference. JB maintains a fork of the Androidx repo with their āCompose Multiplatformā changes in it from which JB releases their artifacts for all Compose targets. Those changes eventually get upstreamed to Googleās Androidx repo, but I believe Google only publishes Android-specific artifacts.
Compose, from the beginning, was created using only common Kotlin code, and anything Android-specific is going to be the same in both Googleās and Androidās artifacts (to the best of my knowledge. please correct me if this is wrong), or relegated to the Accompanist libraries.
But in the end, the larger goal of Compose is a collaboration between Google and JB. Google focuses more on the Compose Compiler, Runtime, and Material UI libraries, while JB focuses on bringing those over to non-Android targets.Pablichjenkov
04/13/2023, 9:53 PMPablichjenkov
04/13/2023, 9:54 PMCasey Brooks
04/13/2023, 9:55 PMMichael Paus
04/13/2023, 10:14 PMLandry Norris
04/13/2023, 11:51 PMandrew
04/14/2023, 3:35 AMandrew
04/14/2023, 3:35 AMandrew
04/14/2023, 3:35 AMMichael Paus
04/14/2023, 7:24 AMStefan Oltmann
04/16/2023, 8:22 PMStefan Oltmann
04/16/2023, 8:24 PMMichael Paus
04/17/2023, 7:15 AMStefan Oltmann
04/17/2023, 7:16 AM