Jozef Matus
01/11/2022, 4:14 PMnative-mt
coroutines and works on apple silicon ios simulator. Did anybody make it work please ?John O'Reilly
01/11/2022, 4:15 PMJozef Matus
01/11/2022, 4:16 PMJohn O'Reilly
01/11/2022, 4:18 PMnative-mt
will be I think at least deprecated if not completely removed in 1.7 so I think it's worth starting to use new model sooner rather than later. I haven't seen any issues yet but of course depends on particular use case....some mentions perhaps of it still being somewhat slower so worth keeping that in mindJohn O'Reilly
01/11/2022, 4:20 PMJozef Matus
01/11/2022, 4:22 PMThe new Kotlin/Native memory manager is Experimental. It may be dropped or changed at any time. Opt-in is required (see details below), and you should use it only for evaluation purposes. We would appreciate your feedback on it in YouTrack.
Jozef Matus
01/11/2022, 4:23 PMJohn O'Reilly
01/11/2022, 4:23 PMJohn O'Reilly
01/11/2022, 4:24 PMJohn O'Reilly
01/11/2022, 4:26 PMkotlin.native.binary.memoryModel=experimental
kotlin.native.binary.freezing=disabled
Jozef Matus
01/11/2022, 4:28 PMJohn O'Reilly
01/11/2022, 4:29 PM1.6.2-native-mm-eap-196
which I don't believe supports apple silicon.....I'm using ktor 2.0 beta which seems to work wellJozef Matus
01/11/2022, 4:30 PMPaul Woitaschek
01/11/2022, 5:18 PMMartin Rajniak
01/12/2022, 8:57 AMnative-mt
and it worked for me on M1 (with Apple Silicon iOS Simulator).
That was the machine that I used since I started developing the project (and I couldn't test on physical device),
so hopefully it will be helpful to you too.