I suspect it has to do with: ``` override var ...
# kobalt
e
I suspect it has to do with:
Copy code
override var javaHome: File? = null
        get() = _javaHome!!
javaHome
actually returns
_javaHome