This also means that using Kotlin in place of Java on the backend is rather easy . Apart from a few nuisances, you can pretty much start writing your new features in Kotlin within your Java project.6 Oca 2018
Read moreIs Kotlin a frontend?
When we’re done, the whole app will be written in Kotlin: the backend will use Kotlin/JVM, the frontend will use Kotlin/JS . This has a number of benefits: besides syntax, it also allows us to share our libraries and programming paradigms (such as using coroutines for concurrency), on both frontend and backend.
Read more