From 9697f8fe6d32fb20a6d3f311ab9b085d705a6b9c Mon Sep 17 00:00:00 2001 From: akurasov <86794754+akurasov@users.noreply.github.com> Date: Tue, 14 Dec 2021 17:11:04 +0300 Subject: [PATCH] Update README.md --- tutorials/Development_for_Android/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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)