Thanks. I tried, it works., It looks like it is creating the gradle based kotlin+react application.
The problem:
We have the existing react app which has npm dependencies and typescript code.
I am thinking of writing kt in that project. so the kt files will be colocating with ts files.
CRKA - create npm based project, but intellij ide is not detecting and providing the ide features to improve productivity.
Other side, Intellij creates the project with gradle+react code which works with ide.
Though intellij kotlin plugin helps but it doesn't help me solve my original problem. Are there any guidance on this ?