Setting up Kotlin-Native App

Hi, everyone
I am trying to learn how to setup project for crossplatform client development using Kotlin-Native. I looked into Fullstack application example in CLion. This template using CMake, but the iOS project build phases commands are using gradle and looking for gradlew file which is not where. I need to create it on my own (if yes when how I should do it) to make client part?