Browse Source

Added link to Gradle tool window (#1757)

pull/1760/head
Asad Dhorajiwala 2 years ago committed by GitHub
parent
commit
ddb80e8161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Getting_Started/README.md

2
tutorials/Getting_Started/README.md

@ -144,7 +144,7 @@ fun main() = application {
```
## Running the project
Open `build.gradle.kts` as a project in IntelliJ IDEA.
Open `build.gradle.kts` [as a project](https://www.jetbrains.com/help/idea/jetgradle-tool-window.html) in IntelliJ IDEA.
<img alt="New project" src="screen1.png" height="500" />

Loading…
Cancel
Save