From a9742b900a2e13abf5f2426549bc95d5879660f0 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Sun, 24 Oct 2021 02:51:49 +0300 Subject: [PATCH] Update README.md --- compose/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose/README.md b/compose/README.md index a49fc15a8c..801a5ef90e 100644 --- a/compose/README.md +++ b/compose/README.md @@ -40,6 +40,8 @@ androidx.validateProjectStructure=false ``` (note that https://android.googlesource.com/platform/frameworks/support build doesn't work with androidx.compose.jsCompilerTestsEnabled) +After all is configured, open `compose` folder in Android Studio (not `compose/frameworks/support`) + ## Scripts Publish artifacts to the local directory `out/androidx/build/support_repo/org/jetbrains/compose`: ```