@ -26,7 +26,7 @@ To see how it could be achieved see the [multiplatform template](https://github.
@@ -26,7 +26,7 @@ To see how it could be achieved see the [multiplatform template](https://github.
Compose Multiplatform `1.0.0` references Jetpack Compose `1.1.0-beta02`. If one wants to use a different version, they could explicitly
override Jetpack Compose dependencies to the Android module (or to the androidMain sourceset in MPP module) like this:
@ -38,7 +38,7 @@ However please note, that Kotlin Compiler version used for Android must match.
@@ -38,7 +38,7 @@ However please note, that Kotlin Compiler version used for Android must match.
## Android Gradle Plugin (AGP) version
For multiplatform Android modules using AGP `4.1.3` with the block like