Join Slack
Powered by
What `detectMemoryLeaks` kapt option does? <https...
# kapt
t
tapchicoma
10/08/2019, 9:05 PM
What
detectMemoryLeaks
kapt option does?
https://github.com/JetBrains/kotlin/blob/6bddfa806c44936586c2201c038217abb17047a8/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/KaptExtension.kt#L38
➕ 1
y
yan
10/15/2019, 5:33 PM
If
detectMemoryLeaks
is on, kapt tries to find static fields in annotation processors with leaked Javac contexts.
👍 1
👌 1
3
Views
Open in Slack
Previous
Next