Introducing Kotlin Build Reports
Starting with Kotlin 1.7.0, you can create build reports for Kotlin compiler tasks. Reports contain durations of different compilation phases and reasons why incremental compilation could not be used. This functionality is still Experimental, so the list of metrics may change. TRY BUILD REPORTS Build reports are useful when you want to investigate issues with […]