Lukasz Kalnik
01/05/2024, 12:56 PMmain
branch, which implementation is under development and should not be yet used by other teams. What is the most suitable annotation for this?
I was thinking about org.jetbrains.annotations.ApiStatus.Experimental
, but the doc says it's more suitable for API that might changed and not where the implementation is still "under construction".Lukasz Kalnik
01/05/2024, 1:16 PM@MyExperimentalApi
annotation:
https://kotlinlang.org/docs/opt-in-requirements.html#require-opt-in-for-api