DamianReeves
01/06/2025, 4:47 PMcomponentN
methods on that record, will Kotlin be able to use it for destructuring?Paul Griffith
01/06/2025, 5:34 PMwith(someRecordInstance)
or someRecordInstance.run {}
or .apply
or whatever will bring in the record components as their namesDamianReeves
01/07/2025, 2:11 PM