Has anyone used Bazel with IntelliJ and Kotlin? How is the experience of working with kotlin+bazel in general?
David Smith
08/17/2021, 4:07 PM
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
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.