Files
kotlin-fork/plugins
Hung Nguyen 592c285198 Kapt: Don't create KDocCommentKeeper when not needed
Previously, even if `keepKdocComments=false`, we would still create the
KDocCommentKeeper object unnecessarily.

This commit makes sure we create the object only if
`keepKdocComments=true`.

Bug: Clean-up after commit e252171 for KT-43593
Test: Existing tests
2021-02-16 11:53:49 +03:00
..
2021-01-03 14:53:41 +01:00
2019-01-14 21:29:02 +03:00
2020-11-28 14:25:19 +03:00