Rename params show/dumpProcessorTimings to show/dumpProcessorStats
^KT-51132 Fixed
This commit is contained in:
+3
-3
@@ -46,9 +46,9 @@ interface KaptExtensionConfig {
|
||||
var stripMetadata: Boolean
|
||||
|
||||
/**
|
||||
* If `true`, show annotation processor timings.
|
||||
* If `true`, show annotation processor stats.
|
||||
*/
|
||||
var showProcessorTimings: Boolean
|
||||
var showProcessorStats: Boolean
|
||||
|
||||
/**
|
||||
* If `true`, detect memory leaks in annotation processors.
|
||||
@@ -118,4 +118,4 @@ interface KaptJavacOption {
|
||||
* Adds an option with name only (no value associated).
|
||||
*/
|
||||
fun option(name: Any)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user