Hello, I have a lateinit variable that is initialized in
init()
but when I call the function
doSomething()
I have the exception "lateinit property c has not been initialized". I don't really get why as it has been initialized before. This is on Android. Thank you