Hi, i use a object class at the moment that gives a stateflow back as parameter of the object. Now i get the Threadlocal warning. I cant use ThreadLocal because then the stateflow wouldnt be updated. if i just dont use the @ThreadLocal then everything works fine.
Can i suppress it with some @Suppress or are there other problems that can happen because i dont use @ThreadLocal?
I am on Kotlin 1.9.10
Would be nice if someone knows anything about it.
Thanks in advance 🙂