Hello,
Is there any plans to share any article about how JetBrains did use Kotlin for Space? I heard it is built with Kotlin.
I am interested to know what are the techniques used for such a big product.
I was looking at improving the performances using Workers. But currently, it's not easy to generate multiple files with Kotlin (I think it's on the roadmap
https://youtrack.jetbrains.com/issue/KT-33826)
Kotlinx Coroutines is not supporting workers as well.
There is some work done by people using Angular (
https://stackoverflow.com/questions/43276044/angular-cli-generated-app-with-web-workers) I supposed it has to be implemented by a framework and not the language?