Is anyone using kotlin for non-android, non-js, no...
# announcements
a
Is anyone using kotlin for non-android, non-js, non rest-api style dev work?
🤘🏻 1
c
Yes, I’m building a static site generator with Kotlin https://github.com/orchidhq/Orchid
p
I’ve used it for data work. Command-line and JavaFX apps.
b
i am
using it with Spring Boot and the spring kotlin addons. Also using it for some non-rest stuff (wrappers around GStreamer, FFMpeg, etc)
s
Yep! I used it for a Linux X64 RGB configuration utility.
a
@serebit using kotlin native? What libs are you using to access the low level stuff?
s
Yeah, using kotlin native. I used direct C interop with libusb and GTK3