ExperimentalApi
API marked with this annotation is experimental and has a high chance of being changed or even removed. Do not use it if you develop a library since your library will become binary incompatible with future versions of the runtime.
Any usage of a declaration annotated with ExperimentalApi must be accepted either by annotating that usage with the OptIn annotation, e.g. OptIn(ExperimentalApi::class)
, or by using the compiler argument -opt-in=aws.smithy.kotlin.runtime.ExperimentalApi
.