https://kotlinlang.org logo
Title
c

changd

07/13/2022, 8:49 PM
j

Jiaxiang

07/13/2022, 9:33 PM
No, feel free to open an issue as feature request on Github.
c

changd

07/13/2022, 10:51 PM
https://blog.jetbrains.com/kotlin/2022/06/introducing-kotlin-build-reports/ seems like it does what I want
Task ':library:kspKotlin' finished in 0.66 s
Compilation log for task ':library:kspKotlin':
  Compiler perf stats:
          ANALYZE     454 ms
Time metrics:
  GRADLE_TASK_ACTION: 0.02 s
  GRADLE_TASK: 0.66 s
    CLEAR_OUTPUT: 0.00 s
    CONNECT_TO_DAEMON: 0.01 s
    CLEAR_JAR_CACHE: 0.00 s
    NON_INCREMENTAL_COMPILATION_DAEMON: 0.50 s

Build attributes:
  REBUILD_REASON: IC_IS_NOT_ENABLED
e

elihart

07/14/2022, 7:43 PM
I opened a related issue a while back https://github.com/google/ksp/issues/374 That could be updated in light of the new kotlin build report feature
j

Jiaxiang

07/15/2022, 5:21 PM
Thanks for the pointer.