I'm not too experienced with Gradle/Maven, but hav...
# server
s
I'm not too experienced with Gradle/Maven, but have worked pretty comfortably using Bazel( and its derivative Buck). Currently trying to learn more about how to use Kotlin with these. What do most folks use here for building serverside kotlin and for kmm? Are there any best practices or guides that are recommended? Thank you in advance!
G 4
v
You might find this interesting: https://blog.gradle.org/gradle-vs-bazel-jvm
s
wow thanks, this is a great read!!
👌 1
j
In general, gradle seems like the thing that most people are using. Using alternate build systems might of course work but especially with kmm you are pretty much on your own when stuff doesn't work. I'd recommend against maven for the same reason. It might work and if it does, good for you. But if it doesn't, you'll be figuring a lot of stuff the hard way. And kmm is of course a bit less mainstream then some of the other stuff in kotlin. So, there's that.
💯 2