I checked out the CMP template today and noticed t...
# multiplatform
c
I checked out the CMP template today and noticed that the compose dependencies are determined by the jetbrains compose-gradle-plugin
Copy code
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material3)
implementation(compose.ui)
...
Where can I find what versions of each library are being mapped to which compose-multiplatform plugin versions?
looks like there is a dependencies section included in the release notes https://github.com/JetBrains/compose-multiplatform/releases