EdricChan03
released this
10 May 16:41
·
6 commits
to main
since this release
Published on 11 May 2024
Links
Usage
0.2.0 is published on Maven Central as io.github.edricchan03.androidx.common:common-enums:0.2.0
.
androidxtra-browser-ktx = "io.github.edricchan03.androidx.common:common-enums:0.2.0"
Artifacts
As this library is a Kotlin Multiplatform library, the following additional artifacts were published:
Target | Link |
---|---|
common |
N.A. |
jvm |
common-enums-jvm |
Notable changes
- A new interface (
ValueEnum
) has been added which enums can implement to provide an abstraction over enums which provide an internal value representation. This allows for operations to be done on generic value-based enums. (5973982
) ValueEnumFromValue
(currently experimental!) has been added which provides aValueEnum
implementation of theEnumFromValue
abstract class. (0abf688
)
Dependency updates
Artifact | Old version | New version |
---|---|---|
Kotlin | 1.9.0 |
1.9.23 |