airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.46k stars 730 forks source link

Please allow Kotlin classes to be subclassed with `open` keyword #1321

Closed blah1234 closed 1 year ago

blah1234 commented 1 year ago

I am upgrading from 4.2.0. My existing codebase makes use of subclassing and method overrides. With the refactor from java to kotlin, the following need to be marked open in order for my codebase to compile.

https://kotlinlang.org/docs/inheritance.html