0
Does kotlin use internet connection for it's code to run?
Kotlin
2 Antworten
+ 1
I don't know anything or much about kotlin but i just don't see why you need internet connection to run the code.
kotlin must be having an interpreter or compiler like other languages that you can download and than use them to run the code.
If that interpreter or compiler is hosted on some remote server , then obviously you would need to send your code to that server for it to run it and send back the result to you , all of which will require internet connection.
0
In Sololearn playground? - Yes
In IDE or Terminal? - No