When debugging my app and stepping into code I fre...
# compose
f
When debugging my app and stepping into code I frequently land on line 54 in LiveLitteral.kt:
Copy code
val isLiveLiteralsEnabled: Boolean = false
This occurs when tracing non @Composable functions. I haven't yet checked if this happens outside of the main thread but am worried about performance penalties. Any insights are welcome.