Why?
class Test{
var abc:Int by Delegates.notNull()
private set
}
How to write this in Kotlin way?
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