Join Slack
Powered by
I'd like to understand why that solves it though -...
# android
j
james
09/19/2017, 10:09 AM
I'd like to understand
why
that solves it though - can anyone shed some light there?
b
bdawg.io
09/21/2017, 12:16 AM
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
Open in Slack
Previous
Next