HazardousMaterials

@RequiresOptIn(message = "Access to potentially hazardous cryptographic functions requires explicit opt-in. Specify @OptIn(HazardousMaterials::class). These accessors are unstable and may change without warning.")
annotation class HazardousMaterials(val message: String = "")(source)

This is dangerous. It is exposed if you know what you are doing. You very likely don't actually need it.

Properties

Link copied to clipboard