https://kotlinlang.org logo
s

Sean McQuillan [G]

07/25/2022, 6:45 PM
Is anyone subclassing
Paragraph
?
Copy code
class MyParagraph: Paragraph {...}
If so, can you share a bit more about what you're doing and why you chose not to wrap it?
Copy code
class MyParagraphWrapper(val paragraph: Paragraph)
2