<@U27G27V4N> you’d need to make the property in th...
# getting-started
c
@athor you’d need to make the property in the base class read-only so that it isn’t exposing an unsafe setter
Copy code
open class Base {
    open val myinterface: MyInterface? = null
}