-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have project use the new memory model #237
Comments
There's a new version of Stately available It would be cool if Kable migrates to that version (or alternatively removes Stately all together) otherwise it's impossible to use Stately concurrent collections together with Kable in one project because of a linking error for iOS/Mac targets:
|
Thanks for the info, I had planned to remove Stately entirely but I was unaware of |
@volo-droid I published a
|
Thanks @twyatt . The project can be built with that version, Mac version crashes on consuming |
https://blog.jetbrains.com/kotlin/2021/08/try-the-new-kotlin-native-memory-manager-development-preview/
Evaluate if:
atomics
can be replaces with raw typesSynchronizedMap
To do:
Update project readme gradle instructionsHad already been updated via Add Gradle configuration instructions for "new memory model" #313The text was updated successfully, but these errors were encountered: