Is `-Xir-property-lazy-initialization` only releva...
# javascript
m
Is
-Xir-property-lazy-initialization
only relevant in projects with binaries? Means I don’t have to set it in Kotlin/JS libraries at all, right?
i
Yes, it is. It doesn’t affect only klib compilation, but affect producing of binary
🙏 1