|
|
|
|
|
by malermeister
1367 days ago
|
|
It runs anywhere the JVM does. It has a pretty big ecosystem for all sorts of stuff, but on top of that it has native Java interop, giving you access to a huge selection of libraries. There's also Kotlin Native, which compiles to native code using LLVM and ways to compile it to JS. Basically, it runs pretty much anywhere. According to dev surveys, usage is pretty evenly split between mobile and backend, but you could even do desktop or web apps with it if you wanted. |
|