Browse Source

Update README.md

web_remove_warning_in_tutorials
Nikolay Igotti 3 years ago committed by GitHub
parent
commit
2110f3421b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tutorials/Development_for_Android/README.md

4
tutorials/Development_for_Android/README.md

@ -22,8 +22,8 @@ To see how it could be achieved see [multiplatform template](https://github.com/
## Versioning
Compose Multiplatform 1.0.0 references Jetpack Compose 1.1.0-beta02. If you want to use higher version, you could explicitly
add Jetpack Compose dependencies to the Android module like this
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 like this
```kotlin
configurations.all {

Loading…
Cancel
Save