If Clion, are there any options for integrating gradle into the IDE nicely, or command line only?
g
gildor
04/05/2018, 4:29 PM
There is no support of Gradle on CLion yet. It’s the reason of CMake support
j
J-Rojas
04/05/2018, 4:47 PM
The incongruence of having good build support in one IDE and debugging environment in another IDE is a pain point. Since I'm working with mobile development, I've resorted to using AppCode for IDE based debugging (setting breakpoints, inspecting variables) while using VSCode as a lightweight editor since AppCode does not support Kotlin yet.
k
kenkyee
04/05/2018, 5:15 PM
That's why it's bleeding edge...I wouldn't use it for anything production related 🙂
👍 1
m
mutexkid
04/05/2018, 5:31 PM
The frustration is it’s sooo close in intellij
mutexkid
04/05/2018, 5:31 PM
If you look at the output in the build directory you see the generated stubs output for klibs from gradle
mutexkid
04/05/2018, 5:32 PM
you just can’t import them XD
mutexkid
04/05/2018, 5:37 PM
great to get the answer on gradle support soon in Clion