is it possible to get a perflog from the kotlin co...
# announcements
n
is it possible to get a perflog from the kotlin compiler ? I mean something with “xxxx took 1 second; xxxx took 300ms” ? I got serious perf problem on my mba (an android project with 3 modules like App use LibB use LibC ), with 3 compileKotlin task that take like 1 to 2 minutes each.