https://kotlinlang.org logo
d

David Smith

08/17/2021, 4:05 PM
Has anyone used Bazel with IntelliJ and Kotlin? How is the experience of working with kotlin+bazel in general?
people have asked here about bazel in the past but not since 2018 it seems 🙂 Hopefully things have improved since then and perhaps someone here has some real world experience?
p

Pratik Tandel

08/17/2021, 5:02 PM
it’s decent but you don’t often get the newest intellij and kotlin versions
we wrote a little bit about our setup (doesn’t answer your question specifically): https://medium.com/brexeng/building-backend-services-with-kotlin-7c8410795e4b
d

David Smith

08/18/2021, 1:48 PM
cool thanks, I’m going to try and set up a test project to see how things are today
b

Ben Dodson

09/13/2021, 9:17 PM
We use Bazel for our very large Kotlin codebase in Android Studio-- has been mostly a night-and-day difference compared to Gradle, which was unusable for us. Not perfect but it’s in pretty good shape, including integrated support for UI testing, unit tests, debugging.
19 Views