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
Evgeniy Zaharov
04/03/2018, 11:01 AM
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