Join Slack
Powered by
I have a gradle kotlin-native project; is there an...
# kotlin-native
i
ian
12/24/2017, 12:35 AM
I have a gradle kotlin-native project; is there an easy way to open it in CLion?
i
ilya.matveev
12/25/2017, 7:36 AM
You can generate a CMake project from the Gradle one by running gradle's
generateCMake
task.
👍 3
Open in Slack
Previous
Next