This cannot be solved with ktlint functionality. R...
# ktlint
p
This cannot be solved with ktlint functionality. Reason for this is that files are parsed without context of other files in the project, or external dependencies. So you can only use information which is read from a single file. If this file also contains the information about the depreciation then it is resolvable. But this is most likely not good enough.
1
o
Thanks for your reply. I suspected as much.