Summary
Kotlin is a JVM language used for Android and backend services.
Slug
kotlin
Tier
core
Extensions
.kt, .kts
Hello World
fun main(){
println("Hello, World!")
}
Tip: you can expand this page later with official docs + trusted references.