Browse Source

Update README.md

web_remove_warning_in_tutorials
Igor Demin 3 years ago committed by GitHub
parent
commit
fd614693ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Development_for_Android/README.md

2
tutorials/Development_for_Android/README.md

@ -40,7 +40,7 @@ However please note, that Kotlin Compiler version used for Android must match.
For multiplatform Android modules using AGP `4.1.3` with the block like
```kotlin
dependencies {
classpath("com.android.tools.build:gradle:4.1.3")
classpath("com.android.tools.build:gradle:4.1.3")
}
```
is recommended. We're working on providing compatibility with more recent AGP versions, see [KT-49835](https://youtrack.jetbrains.com/issue/KT-49835) and

Loading…
Cancel
Save