There is no announcement about that and probably even no solution inside JB.
Of course it’s possible some CMake integration with Kotlin multiplatform. But not sure that this is the case, looks that nobody likes CMake and probably it requires a lot of work to support all Kotlin build features with CMake. Imho this will not happen. And K/N team mentioned that CMake is temporary solution (to support CLion)
So eventually K/N will support multiplatform projects and you can build all the platforms of your project using Gradle (Kotlin Plugin + Konan, maybe some integration). Everything cool, you will get your template and can easily build it using command line or even Idea/AS
And then I see a few options:
1. CLion will support Gradle and you can develop there. But not sure about support of Android/JVM/JS on Clion, sounds not very realistic, at least soon. Issue about Gradle support on Clion
https://youtrack.jetbrains.com/issue/CPP-1104
2. CLion will be available as one more plugin for Intellij Idea, so Idea will allow you to develop all the platforms at the same time. But again, requires support of Gradle for native development and not clear situation with license (Idea Ultimate and CLion are different products with own license). See
https://youtrack.jetbrains.com/issue/CPP-4141
3. New Kotlin IDE for Multiplatform development with JVM/Android/JS/Native stacks (and maybe even some parts of AppCode for ObjC/Swift to have full support for the all platforms). Actually similar to option 2, but with different positioning. But at least you can sell it separately
Maybe I’m wrong, just my speculations