+ 16
Application of Kotlin
What are other applications of Kotlin other than Android app development? https://code.sololearn.com/cd8Vn5r8Qrgx/?ref=app
6 Réponses
+ 20
As I know
Kotlin is only for Android app development
https://www.google.com/url?q=https://techbeacon.com/why-you-should-use-kotlin-android-development&sa=U&ved=2ahUKEwjm96uvjMvbAhUIvY8KHQSXDl0QFjAAegQICBAB&usg=AOvVaw3Dt6_gknTZregnO8_ipdPv
+ 12
I only see people believed kotlin can replace java 😂
+ 8
Kotlin can be used on any platform that can run Java 6 or later. For example, I currently write tools for myself on Windows in Kotlin, as well as Android Applications in Kotlin.
+ 2
1. Basically anything Java is used for.
2. Places that need JavaScript, as Kotlin can transpile to JS IIRC.
+ 2
kotlin statically typed programming language, it's new and have less restriction then java, also easy to learn.
+ 2
Kotlin can generate machine code so is being used in embedded systems in addition to any place Java runs.