Static

expect annotation class Static

Annotate a member or function as static.

This annotation is currently stubbed directly to Kotlin's JvmStatic annotation, but may be expanded or replaced in the future.

actual typealias Static = JvmStatic

Annotate a member or function as static.

This annotation is currently stubbed directly to Kotlin's JvmStatic annotation, but may be expanded or replaced in the future.