Is compiling both java and kotlin sources in a sin...
# announcements
h
Is compiling both java and kotlin sources in a single module still a problem? By problem I mean it compiles slower than it supposed to. Can't google related issue.
e
it’ll definitely be slower than compiling Java-only or Kotlin-only modules since you’re invoking two compilers instead of one
c
I wonder if JB plans to do something akin to eclipse java-groovy compiler at some point in the future. I remember when I introduced it into a mixed java-groovy project it cut down compilation time from 90-ish seconds to something like 30.