SharedImmutable

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
expect annotation class SharedImmutable(source)

Deprecated

Warning since 1.9

Error since 2.1

This annotation is redundant and has no effect

This annotation has no effect, and its usages can be safely dropped.

Since 1.7.20 usage of this annotation is deprecated. See https://kotlinlang.org/docs/native-migration-guide.html for details.

Since Kotlin

1.0
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
actual annotation class SharedImmutable(source)

Deprecated

Warning since 1.9

Error since 2.1

This annotation is redundant and has no effect

This annotation has no effect, and its usages can be safely dropped.

Since 1.7.20 usage of this annotation is deprecated. See https://kotlinlang.org/docs/native-migration-guide.html for details.

Since Kotlin

1.3