From 8e01273f3f52b95331ff5db0bdfdcb5e070cbcef Mon Sep 17 00:00:00 2001 From: Dev Shanghai Date: Wed, 7 Sep 2022 17:52:50 +0400 Subject: [PATCH] feat: [Resources] Kotlin website added. --- mobile/kotlin.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/kotlin.kt b/mobile/kotlin.kt index 18ff717..faec72b 100644 --- a/mobile/kotlin.kt +++ b/mobile/kotlin.kt @@ -1,4 +1,5 @@ // Kotlin is a statically typed programming language for modern multiplatform applications. +// https://kotlinlang.org/ // Mutability var mutableString: String = "Adam"