I am wondering, where is stored `-Xreport-perf` fo...
# android
n
I am wondering, where is stored
-Xreport-perf
for android project? I added the flag:
Copy code
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
    kotlinOptions {
        freeCompilerArgs = ['-Xreport-perf']
    }
}
And see in kotlin daemon logs, flag was added. But no output about this
o
@yole is it still supported?
y
I don't think it ever worked with the compiler daemon
n
Neither
in-process
, neither
out-of-process
working at all. Does this tools give any insight why our build is incredible slow? Otherwise I don’t see any reason to spend time on this