I published version 0.1.0 of <https://github.com/m...
# kotlin-native
m
I published version 0.1.0 of https://github.com/msink/kotlin-libui Now it can be used as normal dependency in
kotlin-miltiplatform
project, see sample in https://github.com/msink/hello-libui IDEA/CLion can be used for development. Update: now on
jcenter()
, sample updated.
🤘 5
K 3
👍 15
e
ps: if I want to give I try with the hello-libui, shall I use Idea or CLion?
m
IDEA CE/UE 2018.3 or CLion 2018.3 for code navigation and code completion, debugging works only in CLion.
But debugger is very buggy :)
e
uh
I wonder how you had to work, then 😛
o
Mike, could you please report most critical problems to the tracker
m
Reported already - on Windows it does not work at all :)
p
So this is intriguing. One can write Kotlin native code with Intelli and then debug it with CLion. Who knew? 🙂 Which begs the question, can one do code coverage the same way, via CLion?
m
In theory - yes, but in practice this stuff is on very early stage. Projects format is same on IDEA and CLion, I tried open it in both.
e
What do you use it, @msink?
m
Nope, just for fun currently.
e
No, I meant, which ide do you use for native?
m
IDEA CE, as on Windows debugger does not work anyway.
l
Is there a reason there's no changelog in the GitHub release, and no CHANGELOG.md file either?
m
Because there wasn't changes in code in the last couple of months, only in gradle scripts... And yes, documentation is bad.
l
I think a changelog would help, even if you say you just updated the dependencies. The rest of the doc, contributions could do 🙂