Add Kotlin Script (#1096)

* Add Kotlin DSL

* Update README.md

* Code should display Hello World

* Rename KotlinDSL.kts to KotlinScript.kts

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* dummy file name

* Rename KotlinScript.kts to Kotlin Script.kts

* Update readme.md

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Mikhail Koshkin
2021-08-31 15:59:33 +03:00
committed by GitHub
parent 997486d4e4
commit 6bb42a3ff3
2 changed files with 3 additions and 1 deletions

1
k/Kotlin Script.kts Normal file
View File

@@ -0,0 +1 @@
println("Hello World")