From 97aa39de00246daaf2ff5f0b5fd1db4e157a9d97 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Tue, 22 Feb 2022 13:41:57 +0300 Subject: [PATCH] Update README.md --- compose/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/README.md b/compose/README.md index 3595294312..6587aaaca4 100644 --- a/compose/README.md +++ b/compose/README.md @@ -22,6 +22,7 @@ git config --global submodule.recurse true ## Developing in IDE 1. Download Android Studio from [the offcial site](https://developer.android.com/studio/archive). It is mandatory to use the version, written [here](https://github.com/JetBrains/androidx/blob/jb-main/gradle/libs.versions.toml#L11) +1 (Alternative). You can use IDEA, which is compatible with [this AGP version](https://github.com/JetBrains/androidx/blob/jb-main/gradle/libs.versions.toml#L5), or you can disable Android plugin in IDEA plugins, to develop non-Android targets. 2. Set environment variables: ``` export ALLOW_PUBLIC_REPOS=1