Christoph Loy
12/04/2024, 8:15 AMkotlin.Deprecated
annotation with level=HIDDEN
in my Java code. Unfortunately, this does not actually hide the class but only marks it as deprecated. Do you have any idea what else I could do?CLOVIS
12/04/2024, 4:36 PM@JvmSynthetic
(to hide a Kotlin function from Java), but I don't know how to that from the Java side