Hey all, so in commonMain I've got a `Contract.des...
# multiplatform
b
Hey all, so in commonMain I've got a
Contract.description
String field. Now when I use the Contract class in Swift the description field gets overwritten with the description() method (Swift's toString() equivalent). Is there any way to get around this?