Hello everybody i have a doubt which using Kotlin ...
# compose
e
Hello everybody i have a doubt which using Kotlin Local Fun inside a Composable fun can cause a performance issue beacause it actually is an anonymous class and in every recomposition it re-allocated, what is your suggestion?