https://kotlinlang.org logo
#random
Title
# random
o

oday

01/20/2023, 11:42 AM
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

Klitos Kyriacou

01/20/2023, 11:59 AM
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

oday

01/20/2023, 3:28 PM
oh! what changes if 1.8.0? i didnt even notice
k

Klitos Kyriacou

01/20/2023, 3:30 PM
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

dewildte

01/26/2023, 6:50 PM
@oday Thanks for the demo! I installed ki on the spot, great tool!!
o

oday

01/26/2023, 7:01 PM
hey thank you for the kinds words
3 Views