I wonder how many people out there are using (or i...
# server
m
I wonder how many people out there are using (or interesting in using) Kotlin with the Akka/Lightbend platform
h
I for one am using it. We migrated from v2.5 to v2.6/artery a month ago w/o any trouble, but I find the docs for v2.6 overly complicated. What's your use case?
m
We’re pretty much a Lightbend shop (using Java, not Scala), and we’ve been evaluating a move to Kotlin
Our main pain point right now is sbt
All our projects are built using sbt, and Kotlin support for sbt isn’t the best
There is kotlin-plugin, but it’s broken for sbt 1.4+ and apparently it doesn’t correctly set classpaths for
internal
modifiers to work properly. The project seems pretty much unmaintained.
h
Agree!
m
Good to know we’re not alone there; Anyway, the point is that we’re starting to consider rolling our own sbt plugin
h
You have seen the sbt/kotlin plugin already there, in github?
m
yeah, it’s what we’re using right now
it mostly works
I was also hoping to find other organizations out there committing to this Kotlin + Akka (including sbt, etc.) combination to make sure we’re not walking into a dead end.
h
I fear you are. We use sbt a little, but not with kotlin. And we use gradle a lot.
m
Yeah that’s the feeling I’m getting
our projects are all built on Play, and unfortunately Play requires sbt.
h
There is also a gradle plugin to compile Play! projects, I have created a branch for it in one of our projects, but never completed it, so I cannot guarantee anything ...!
m
this plugin used to be unmaintained, but apparently this isn’t the case anymore? nice
h
Yes. I am looking forward to trying it for real, so if you succeed in making it work, please update this thread, so I will know!