Hello everyone. Is there any way except using enum...
# multiplatform
d
Hello everyone. Is there any way except using enum class to create @property (class, readonly) static properties in ObjC from regular Kotlin class/object/companion object?
j
I made this proposal to support this with an annotation similar to
@JmStatic
.
👍 1