ryan.fonzi
05/03/2022, 9:35 PM@Serializable DTOs in a multiplatform client sdk. I want to make the generated serialization classes/functions internal, but keep the DTOs themselves public, so that it doesn't try to assemble the iOS framework with unnecessary objc headers and bloat the size of the library.
Is this possible or even a good idea?