This message was deleted.
# performance
s
This message was deleted.
l
Yes, that, I'd expect it, but I reproduced the leak without such a thing. I had a leak in Kotlin `object`s that against all expectations, somehow had more than one instance in the JVM memory as you can see in this screenshot. I'm working that issue around with
gradle.buildFinished { }
and it's working very well despite it not explaining the multiple static states. I think I'll open an issue about that on Gradle's GitHub project. Thank you so much for your help!