https://kotlinlang.org logo
w

william

02/05/2021, 11:42 PM
is there anything like the android
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
available on multiplatform?
r

russhwolf

02/06/2021, 2:16 AM
There’s not a built-in, but you can approximate it by hand with a
@RequiresOptIn
annotation