Browse Source

Update README.md

pull/1592/head
akurasov 3 years ago committed by GitHub
parent
commit
9697f8fe6d
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

@ -45,3 +45,7 @@ dependencies {
```
is recommended. We're working on providing compatibility with more recent AGP versions, see [KT-49835](https://youtrack.jetbrains.com/issue/KT-49835) and
[KT-49789](https://youtrack.jetbrains.com/issue/KT-49798). Also if one uses IntelliJ IDEA bundled Android plugin may have compatibility issues with recent AGP.
## Useful reading about porting Android apps to Desktop
[Porting ViewModel](https://github.com/JetBrains/compose-jb/discussions/1587)

Loading…
Cancel
Save