I made a video about `ki`, just showed off the exa...
# random
o
I made a video about
ki
, just showed off the examples listed in kotlin’s docs about it, turned out nice I think

https://youtu.be/t28RY1aOGJs

k
Nice. Btw the current release uses Kotlin 1.7.0, but I recompiled the source using 1.8.0 and it works fine and makes new syntax available.
o
oh! what changes if 1.8.0? i didnt even notice
k
For example, you can experiment with the new half-open range syntax
0..<10
(although you'll have to jump through hoops to make it accept the use of experimental api)
d
@oday Thanks for the demo! I installed ki on the spot, great tool!!
o
hey thank you for the kinds words