yan
01/18/2018, 9:24 PM--debug
is definitely a bit noisy. I think you can run with the --info
option instead, it should also print all options passed to kotlinc.
As about incremental compilation, I think @alexey.tsvetkov can help you much better than me.thalescm
01/18/2018, 9:41 PM--info
does not print the options 😞yan
01/22/2018, 6:07 PM--debug
output, and, although it’s over-verbose, it’s not that hard to find the needed data by searching the substring (e.g. kapt
).yan
01/22/2018, 6:09 PMthalescm
01/22/2018, 6:12 PMkapt.kotlin.generated
parameter to the right path