From 4c4025c391bf4c5f91a8bcdfd8477037026ba26a Mon Sep 17 00:00:00 2001 From: Veyndan Stuart Date: Thu, 14 Sep 2023 14:36:03 +0200 Subject: [PATCH] Document how to run Counter on desktop --- samples/counter/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/samples/counter/README.md b/samples/counter/README.md index dde4f24ab0..9d7b4855e0 100644 --- a/samples/counter/README.md +++ b/samples/counter/README.md @@ -28,6 +28,16 @@ Or this (to use the Android View frontend): ``` +Running Counter on Desktop +---------------------- + +Run this: + +``` +./gradlew :samples:counter:desktop-composeui:run +``` + + Running Counter on iOS ----------------------