Hello everyone. I am trying to change a variable in a singleton and the IDE displayed me the followi...
f
Hello everyone. I am trying to change a variable in a singleton and the IDE displayed me the following message:
With old Native GC, variable in singleton without @ThreadLocal can't be changed after initialization
. Are there a new Native GC ????
f
I am already working with the new memory manager
kotlin.native.binary.memoryModel=experimental
👀 1
k
Then you should disable the warning. Should maybe also file an issue with Intellij about it, although I’m not sure if those kinds of code warnings have access to gradle config. At some point I’d assume those warnings just go away.
1687 Views