Skip to content

Commit 70dfe33

Browse files
authored
(docs) show that Kotlin 2.0.21 is supported (#1883)
1 parent 1b2b928 commit 70dfe33

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/modules/ROOT/pages/usage.adoc

+6-3
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,12 @@ As an experiment since 0.71.0 JBang supports building Kotlin files using `kotlin
190190
----
191191
jbang init -t hello.kt hello.kt
192192
./hello.kt
193-
[jbang] Downloading Kotlin 1.5.0. Be patient, this can take several minutes...
194-
[jbang] Installing Kotlin 1.5.0...
195-
[jbang] Building jar...
193+
[jbang] Downloading Kotlin 2.0.21. Be patient, this can take several minutes...
194+
[jbang] Installing Kotlin 2.0.21...
195+
[jbang] Resolving dependencies...
196+
[jbang] org.jetbrains.kotlin:kotlin-stdlib:2.0.21
197+
[jbang] Dependencies resolved
198+
[jbang] Building jar for hello.kt...
196199
Hello World
197200
----
198201

0 commit comments

Comments
 (0)