Hi,
I’m using an external java-dsl with lot’s of builders.
I want to reuse those builders for a kotlin-DSL.
There are some functions which I don’t want that they are called from my DSL.
Can I deprecate them somehow, without changing the library itself?