Do we have any library similar to androidx.annotation.RestrictTo in kotlin?
I am trying to create modular kmp sdk with limited api surface. I want some of the apis to be accessible in my other sdks but restrict them in public.
For similar case, androidx has androidx.annotation.RestrictTo. Do we have anything similar in kotlin kmp world?