i'm converting an android project from java to kot...
# android
a
i'm converting an android project from java to kotlin, but notice the build times have increased drastically (15s -> 3-5min). a quick peek reveals that when I do a build in AS, more JVMs are being created than with the java configuration, so this is increasing the memory pressure of my slow machine. Anyone have any pointers on tuning parameters, like maxProcessCount or something for dex (using kotlin-android and kotlin-kapt)