Skip to content

Commit 73f4133

Browse files
authored
fix: note syntax
1 parent 3e14e45 commit 73f4133

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/topics/jvm/jvm-get-started.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,18 @@ To get started, first download and install the latest version of [IntelliJ IDEA]
3838

3939
8. Click **Create**.
4040

41-
> If you chose the Gradle build system, you have in your project a build script file: `build.gradle(.kts)`. It includes
42-
> the `kotlin("jvm")` plugin and dependencies required for your console application. Make sure that you use the latest
43-
> version of the plugin:
44-
>
45-
> ```kotlin
46-
> plugins {
47-
> kotlin("jvm") version "%kotlinVersion%"
48-
> application
49-
> }
50-
> ```
51-
>{type="note"}
41+
> If you chose the Gradle build system, you have in your project a build script file: `build.gradle(.kts)`. It includes
42+
> the `kotlin("jvm")` plugin and dependencies required for your console application. Make sure that you use the latest
43+
> version of the plugin:
44+
>
45+
> ```kotlin
46+
> plugins {
47+
> kotlin("jvm") version "%kotlinVersion%"
48+
> application
49+
> }
50+
> ```
51+
>
52+
{type="note"}
5253
5354
## Create an application
5455

0 commit comments

Comments
 (0)