You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this project uses UByteArrays extensively even though they are still marked experimental in the current Kotlin version. This is a blocker for a stable (1.0.0) release of this library. Once they are stabilized in Kotlin, this library should be updated.
The text was updated successfully, but these errors were encountered:
After further consideration, I decided to drop this as a requirement for 1.0.0. The API of this library is effectively stable and UByteArray is only used internally and in extremely niche chat links that are disabled anyway. Hence, the types are already marked as experimental and require explicit opt-in anyway.
Currently, this project uses UByteArrays extensively even though they are still marked experimental in the current Kotlin version. This is a blocker for a stable (1.0.0) release of this library. Once they are stabilized in Kotlin, this library should be updated.
The text was updated successfully, but these errors were encountered: