Is there any way how to get rid of the `Property '*' could be private` warnings (and similar) in the...
d
Is there any way how to get rid of the
Property '*' could be private
warnings (and similar) in the library classes which are supposed to be extended outside the library?
c
Write a unit test that shows how to use the property.
d
Yeah, that's probably a fair point in general 🙂 Still, isn't there a setting how to suppress this warning? In my case I just want to make available some generic properties, e.g.
protected val log: Logger
. That IMO doesn't make much sense to unit test.