I'd like to understand why that solves it though -...
# android
j
I'd like to understand why that solves it though - can anyone shed some light there?
b
Remember that Java is open for extension by default. Kotlin is closed for extension by default. So places that DID NOT specify
final
MUST be defined as
open
in Kotlin for the equivalent