aishwaryabhishek3
04/18/2024, 7:17 AMval commonMain by getting {
dependencies {
api(compose.runtime)
api(compose.foundation)
api(compose.material)
}
}
where is this compose.runtime defined ? I cannot find it in toml file . Is it provided via the jetbrains compose gradle plugin ? If so then how does it know which version of compose to pick up.Stylianos Gakis
04/18/2024, 8:02 AMaishwaryabhishek3
04/18/2024, 8:14 AMStylianos Gakis
04/18/2024, 8:16 AMIvan Matkov
04/18/2024, 12:41 PMit comes from the Jetbrains compose Gradle plugintrue
And it picks up I suppose the latest available at the moment of that Gradle plugin releaseNot exactly - the new plugin is published for each version so version of plugin is equal to Compose Multiplatform version
Kinda like using a bom in a waykinda
aishwaryabhishek3
04/18/2024, 12:43 PMIvan Matkov
04/18/2024, 12:44 PMaishwaryabhishek3
04/18/2024, 12:47 PMIvan Matkov
04/18/2024, 1:00 PMaishwaryabhishek3
04/18/2024, 1:08 PM