I have a gradle kotlin-native project; is there an...
# kotlin-native
i
I have a gradle kotlin-native project; is there an easy way to open it in CLion?
i
You can generate a CMake project from the Gradle one by running gradle's
generateCMake
task.
👍 3