Delegated property cannot have accessor

Why?

class Test{   var abc:Int by Delegates.notNull()   private set }

How to write this in Kotlin way?

This is a missing feature: https://youtrack.jetbrains.com/issue/KT-5957