is there anything like the android `@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)` avail...
w
is there anything like the android
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
available on multiplatform?
r
There’s not a built-in, but you can approximate it by hand with a
@RequiresOptIn
annotation