We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2b928 commit 70dfe33Copy full SHA for 70dfe33
docs/modules/ROOT/pages/usage.adoc
@@ -190,9 +190,12 @@ As an experiment since 0.71.0 JBang supports building Kotlin files using `kotlin
190
----
191
jbang init -t hello.kt hello.kt
192
./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...
+[jbang] Downloading Kotlin 2.0.21. Be patient, this can take several minutes...
+[jbang] Installing Kotlin 2.0.21...
+[jbang] Resolving dependencies...
196
+[jbang] org.jetbrains.kotlin:kotlin-stdlib:2.0.21
197
+[jbang] Dependencies resolved
198
+[jbang] Building jar for hello.kt...
199
Hello World
200
201
0 commit comments