Skip to content
Advertisement

Cannot inherit from final class error

What does this error mean .. It runs fine in Eclipse but not in intellij idea

JavaScript

I get this error when I try to run couchbase using couchbase-client-1.1.6.jar from Intellij IDea.

Advertisement

Answer

if you’re using kotlin, add open to your class (extends RealmObject) declaration

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement