diff --git a/tutorials/Development_for_Android/README.md b/tutorials/Development_for_Android/README.md index b40ffa58bf..7c61c76fe1 100644 --- a/tutorials/Development_for_Android/README.md +++ b/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)