Hello guys, is there any way to disable Destructur...
# multiplatform
c
Hello guys, is there any way to disable Destructuring Declarations? I ask this because when using a kotlin generated framework on for example Xcode, I will always see
component1
, etc. when checking for code completion. Is there any way I can disable it so I only see the fields from my object instead of having the
componentN
on the list? Thank you
👍 1