From 531d2ef3f9a6b921bd5d4bc132decf6b77e53c61 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Wed, 8 Dec 2021 15:28:36 +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 368f72f9ef..d75f649f23 100644 --- a/compose/README.md +++ b/compose/README.md @@ -44,6 +44,7 @@ androidx.validateProjectStructure=false ## Scripts Publish artifacts to the local directory `out/androidx/build/support_repo/org/jetbrains/compose`: ``` +export COMPOSE_CUSTOM_VERSION=0.0.0-custom ./scripts/publish ``` (on Windows it doesn't build at the moment, the issue is in the line `packageInspector(project, project(":compose:ui:ui-inspection")` in `compose/frameworks/support/compose/ui/ui/build.gradle`)