Browse Source

Update README.md

web_remove_warning_in_tutorials
Nikolay Igotti 3 years ago committed by GitHub
parent
commit
d1aac8324a
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

@ -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:
```kotlin
``` kotlin
dependencies {
implementation("androidx.compose.material:material:1.1.0-beta04")
}
@ -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
```kotlin
``` kotlin
dependencies {
classpath("com.android.tools.build:gradle:4.1.3")
}

Loading…
Cancel
Save