Sounds great! Is there a way to enable incremental compilation for create-react-kotlin-app projects?
b
bashor
10/06/2018, 9:10 AM
@dawitt yes, this should work:
In a project built with IntelliJ IDEA, go to Settings | Build, Execution, Deployment | Compiler | Kotlin Compiler | Kotlin to JavaScript and check Enable incremental compilation (experimental).
g
gbaldeck
10/07/2018, 9:35 PM
Awesome, I'm creating a new project now so I'll check that out