From bd18d7682423aab78c002a9c34cadfb730d0410c Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 4 Jun 2024 12:00:22 +0200 Subject: [PATCH 1/2] Mention ./gradlew run in the README I think this is the preferred way to run it? (As opposed to downloading binaries?) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9e70649..412f98b2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ which panels are visible using the *View* menu. # Running Kotlin Explorer +Kotlin Explorer is a Compose Desktop application. Run it with `./gradlew run`. + Kotlin Explorer needs to be told where to find the Android SDK and the Kotlin compiler. Unless you've set `$ANDROID_HOME` and `$KOTLIN_HOME` properly, Kotlin Explorer will ask you to enter the path to those directories. From 1feb8dcc7b8674d2e647763834f3037983ce3144 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 4 Jun 2024 17:49:47 +0200 Subject: [PATCH 2/2] Code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412f98b2..ba781ed0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ which panels are visible using the *View* menu. # Running Kotlin Explorer -Kotlin Explorer is a Compose Desktop application. Run it with `./gradlew run`. +Run Kotlin Explorer with `./gradlew jvmRun`. Kotlin Explorer needs to be told where to find the Android SDK and the Kotlin compiler. Unless you've set `$ANDROID_HOME` and `$KOTLIN_HOME` properly, Kotlin Explorer will ask