Has anyone used SBT alongside Kotlin? I was taking...
# announcements
r
Has anyone used SBT alongside Kotlin? I was taking a look at https://github.com/pfn/kotlin-plugin (as my team likes using SBT and was thinking about smallest migration path) but it doesn’t seem to work any more.
e
with sbt I think increment compilation will not work.. do you try to use
gradle
? it pretty simple and with simple configuration (with only dependencies and plugin) looks like
sbt
config