Im having a newb issue with Kotlin. I created a class with a public property called isBaseline. I have some old java code calling .setIsBaseline() and it's failing. other properties being set the same way are not failing. I'm assuming this is a simple error on my part?