Skip to content

Commit

Permalink
Mention ./gradlew jvmRun in the README (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Jun 4, 2024
1 parent b9669f6 commit f714b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ which panels are visible using the *View* menu.

# Running Kotlin Explorer

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
you to enter the path to those directories.
Expand Down

0 comments on commit f714b0f

Please sign in to comment.